Hey all,
I have two problems with trying to upgrade an access file, not written by myself.
This first is that I'm trying to change the items on a dropbox list, and they are linked with the following code:
SELECT DISTINCTROW [Processing Data].[ID], [Processing Data].[Number], [Processing Data].[Products] FROM [Processing Data];
My problem is that I cannot find any table called Processing Data. Are there other places that I could look to try to find this? Or is there a way to open the link from inside the properties box for the dropbox?
My second question is concerning these conversion errors that appeared in the Table menu when the database was converted from Access 200 to Access 2002. They seem to each contain a small error comment, and I'm not sure if I should delete them.
Thanks in advance for any help you can provide,
James
I have two problems with trying to upgrade an access file, not written by myself.
This first is that I'm trying to change the items on a dropbox list, and they are linked with the following code:
SELECT DISTINCTROW [Processing Data].[ID], [Processing Data].[Number], [Processing Data].[Products] FROM [Processing Data];
My problem is that I cannot find any table called Processing Data. Are there other places that I could look to try to find this? Or is there a way to open the link from inside the properties box for the dropbox?
My second question is concerning these conversion errors that appeared in the Table menu when the database was converted from Access 200 to Access 2002. They seem to each contain a small error comment, and I'm not sure if I should delete them.
Thanks in advance for any help you can provide,
James
Comment