View Full Version : Link a table to a form


beehive
02-01-2001, 02:44 PM
I have a table with a lot of information in it that I would like to link to a form I created. I would like to do this by one specific number that is a field in the table. Then all the relavent data in that table would be automatically put into the form. Thanks for the help

lscheer
02-05-2001, 12:49 PM
This is what a form does. If you set the recordsource for the form to the table you want to use, the data will be available for display and data manipulation.