Creating Forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I try to create a Form using data from an existing table the following
warning message appears 'No Current Record' What am i doing wrong?
 
my guess is that you have tied the criteria for a combobox or listbox to
a control on the form and when you are on a new record, the criteria
doesn't work...

try wrapping the form reference with NZ (null to zero)

ie: nz(forms!formname!controlnmae)

Warm Regards,
Crystal
*
(: have an awesome day :)
*
MVP Access
Remote Programming and Training
strive4peace2006 at yahoo.com
*
 

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

Back
Top