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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

#Deleted

Status
Not open for further replies.

kmclane

Technical User
Apr 14, 2004
321
US
I have a table that got too big for Access 97, so I moved it to a mysql db. I still need to usa A97 as the front end for it. I used the same table name, installed MyODBC and set up a DSN. I unlinked my original table, linked the my sql table and tried to use my search form. Clicking the search button now has no effect. So I left the form up in the background, and ran the query. it return a result set full of #Deleted. If I go to the Mysql server, the table has data. I tried changing my query to a pass through, but it errored on my parameters that get pulled from the form,(still open). This is my first attempt at this, so I could use some suggestions. My first goal is to get the query to return results, the second is to get my form running the query again. I did add an autonumber field and made it the primary key when I moved the table to MySql, but I don't know why this would affect a query that isn't asking about it. Thanks, Ken

- If you are flammable and have legs, you are never blocking a fire exit.
Mitch Hedburg
 
I guess nobody has a clue either, thanks anyway. Ken

- If you are flammable and have legs, you are never blocking a fire exit.
Mitch Hedburg
 
I tried just opening the table, which came up all populated with #Deleted. I will try including the Autonumber in the query and let you know if it changes anything.
Ken

- If you are flammable and have legs, you are never blocking a fire exit.
Mitch Hedburg
 
What do you know, I haven't tried it for a couple of days, but in the mean time I had rebooted my Linux box. Now it worked without a hitch. Thanks, Ken

- If you are flammable and have legs, you are never blocking a fire exit.
Mitch Hedburg
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top