If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Hello, everyone. I want to write a code, to link my Database table with my VB forms i designed. And also it should enables me to delete any wrong record entered. Waiting for your responce please...
With the Form itself selected, Go to Properties - Data
Use the dropdown arrow to set the Record Source to the appropriate Table or Query
Now, Select a Control
Go to Properties - Data
Use the dropdown arrow to set the Control Source to the appropriate Field
Repeat Steps 3-5 for each Control
If the Form is based on a single Table, it should be editable, allowing Additions, Deletions and Edits.
If the Form is based on a Multi-TableQuery, it may or may not be editable. If the Form proves to be Read-Only, you may have to go to a Main Form/Subform scenario.