.

Hello everybody,

I am currently doing a project in MS Access.

I need to know how to write a code for navigating a form in VBA.

My situation is I have a table named “Request” and a form named “Request Form”. And I have navigation buttons like
– First record

– Previous record

– Add new record

– Save record

– Print record

– Next record

– Last record

– Quit
in the form. but what ever i give as input in the forem it should be save in the table when the save button is clicked.

I found a code snippet in the forum but it does not connect to the table, I mean whatever I add it does not get updated to the table “Request”.

How to sole this situation, I know from this question itself you can know that I am new to VBA.

Thanks in advance.

Rajesh Candamourty