Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
harlingtonthewizard
Constraint Violating Yak Guru
352 Posts |
Posted - 2008-08-07 : 22:25:10
|
I have two tables, the second table just uses the following values from EXEC sys.sp_helpdb. The first table only contains one field with =FormatDateTime(Now(),1)+ " " + FormatDateTime(Now(),3) in the layout. If I do not associate this table with a dataset it complains and if I do then the date is repeated in rows for the quantity of databases returned (because I have linked to the dataset for second table). How do I just have the date, it does not need to be assocaiated with a dataset, the data is self contained? |
|
dexter.knudson
Constraint Violating Yak Guru
260 Posts |
Posted - 2008-08-08 : 01:18:41
|
Use a textbox for your date. |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-08-09 : 14:28:33
|
or put it in table header if you want to use table |
 |
|
|
|
|