A family of Microsoft relational database management systems designed for ease of use.
There is a command button wizard that will write the code/macro for you.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
i have made a continuous form based on a table. i have created some controls and a "ADD" button on the header part of the continuous form . i want that when i will click the add button, the record must be enter into the table and at the same time shown in the detail area of the continuous form. i searched a lot but found nothing. thx
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
There is a command button wizard that will write the code/macro for you.
i want to write code against the button. when clicked a new record enters in table and at the same time the continuous form shows the newly added record.thx
If you have a continuous form based on the table, the data is right there in the form and the table will be updated for any record added in that continuous form when you move to another record or close the form. No Add button is necessary.