Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~260 People Reached
Favorite Forums

2 Posted Topics

Member Avatar for abhishek_jammu

hw cn i enter & save data in a form which is a subset of another form(database) that is already populated. i want that when i update this record it automatically gets saved in the mother database against the respective record

Member Avatar for maheshsayani
0
82
Member Avatar for neerajpareek

it is very simple. drag a data control to your form, give the database name from properties, select the record source(name of table to use) from the properties window. then link the text boxes to the fields of the table e.g. select "name" text box set its data source as …

Member Avatar for abhishek_jammu
0
178

The End.