Max Records issue

A

Alice

Hi,

I have a form for which I have set Max Records = 1 so
that forms loads up quickly. I am now running into the
following issue:

When user clicks on button "Add new record", I have code

DoCmd.GoToRecord , , acNewRec

My issue is that now the whole whole form becomes
uneditable and I am not able to add a new record.

I am very new to this. Please please help me.. I would
really appreciate it.

Thanks
 
A

Alice

Thanks Alex.

But my issue got resolved by setting the "Unique Table"
property. Once I set my "Unique Table" to the table I
want to update, the command works like a charm :)

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top