pulling wrong dates from database

2002-04-18 Thread Judy
I have an SQL database with several tables in it. The Events table is the main one and contains the primary key ID and is an AutoNumber; it is related to each of the other tables: Dates, Internet, Intranet, PPrint which all contain their own ID field and contain the fields BeginDate and

RE: pulling wrong dates from database

2002-04-18 Thread Trusz, Andrew
, April 18, 2002 11:10 AM To: CF-Talk Subject: pulling wrong dates from database I have an SQL database with several tables in it. The Events table is the main one and contains the primary key ID and is an AutoNumber; it is related to each of the other tables: Dates, Internet, Intranet, PPrint which

Re: pulling wrong dates from database

2002-04-18 Thread Judy
: pulling wrong dates from database Won't --#DateFormat(GetEventtoUpdate.BeginDate, mm/dd/)#-- pick up the same date variable each time it is used? As opposed to #DateFormat(GetEventtoUpdate.Internet.BeginDate, mm/dd/)#, for example. snip -Original Message- From: Judy [mailto