Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with Query after I re-link table.

Status
Not open for further replies.

Vandelay

Programmer
Jun 22, 2003
95
US
Hi, I recently had trouble with a database, and so I imported the table into a new table. I go to run a query from the new table in the new database and the query stops where the old data ends. The data is based on the date, so the last date is the day I imported it. I see the new data is actually in the table and if I run the query with the logic expressions like "< 06/12/04" it will show the new data, but if I run the query with just "06/11/04" it comes up blank.

What happened, and why is this?
 
well if ur using the LIKE operator then ur doing a text comapare...

try doing the query without the condition, does the data come up then? If so, then it's a problem with your query, not the table or importing...
 
And what about #06/11/04# ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top