Access Form table
Database
2
Posts
2
Posters
0
Views
1
Watching
-
Hi I have an access file which contains forms,tables,queries,.. How could I know what table or query the forms are taking data from?
I am too late but i will never give up
In MS-Access, 1) Open a form 2) Switch into design view 3) In the upper left corner of the form you will find a small black square. Place your mouse on the square, right click and choose "Properties" 4) On the pop-up window, click on the "Data" tab and look at the "Record Source", this is where the form is getting its data. The data can be from a table, query or a query defined only for the current form. Hope this helps. David