Request help with a command (not the other way around). ;)

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

Guest

I want to place a command button on my form which will allow the user to add
a new city. The source for "city" is tblCity, which consists of an autonumber
for primary key & the city name itself. I created a form (frmAddCity) which
consists of the 2 fields referenced above. When I added a command button to
my form whch opened frmAddCity, I was not able to enter a new city.

How come, oh wise ones?

Thanks much!
 
Check the AllowAdditions Property of the form, does it set to Yes?
Mybe the fields are locked = Yes Or Enabled = No

If that is not the case, what do you mean you can't add records? Can you see
a the existing records?
 
Ofer - sorry I didn't post in the right place to indicate problem solved.
Thanks for your help.
 

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