No current record

StephenD

Registered User.
Local time
Today, 17:24
Joined
Nov 23, 2001
Messages
38
Hi everyone,

I'm trying to create a new form in my database and keep getting an error message saying 'No current record', anyone know why it's doing this??

Thanks
 
What´s your form based on? If it´s a query you might need to check that out. I´ve never recieved this message myself so I´m just guessing.

Fuga.
 
Hi,

I've been trying to create a form based on both a table and queries and it's returning the same message!
I've compacting the database but still no luck.

Thanks!

StephenD
 
I've had this one too...

For me the reason was that the form was trying to carry out an action on table data on the ONOPEN property, but because there was no data in the table, I got this message.

If there is no data in your table underlying the form, put a dummy record in to start it off. You can always delete it after the table has gained some weight.

It is a 'get around' and some might say it was bad programming.

But what the hell....it sorted it.

Dave E
 

Users who are viewing this thread

Back
Top Bottom