A alice Registered User. Local time Today, 05:55 Joined Mar 23, 2010 Messages 27 Apr 14, 2010 #1 how do you bound text boxes to tables ?? Last edited: Apr 14, 2010
DCrake Remembered Local time Today, 05:55 Joined Jun 8, 2005 Messages 8,626 Apr 14, 2010 #2 You need to set the forms Recordsource to a table or an updateable underlying query. Go to the properties of the form and define the source there. Then visit each control and asign the control source accordingly.
You need to set the forms Recordsource to a table or an updateable underlying query. Go to the properties of the form and define the source there. Then visit each control and asign the control source accordingly.
A alice Registered User. Local time Today, 05:55 Joined Mar 23, 2010 Messages 27 Apr 14, 2010 #3 sorry i dont understand that, i am new to making databases.