HELP! Form Issue

D

Debbie

I am trying to use a form. In my table I have a lookup value for
Physician Name. It works fine in the table. In the form it will not
let me change the record. It defaults to the first name in the
physicians table. What am I doing wrong?
 
J

John W. Vinson

I am trying to use a form. In my table I have a lookup value for
Physician Name. It works fine in the table. In the form it will not
let me change the record. It defaults to the first name in the
physicians table. What am I doing wrong?

I don't know, because I don't know what you're doing.

Lookup Fields in tables can be a real hassle. See
http://www.mvps.org/access/lookupfields.htm for a critique.

On the Form, what are the following properties? Open the form in design view;
select Properties from the View menu item, if the properties window isn't
shown:

- The Form's Recordsource property (post the SQL view if it's a query)
- The Physician Name control's Control Source
- the Physican Name control's Row Source (post the SQL)
- The Physician Name control's Default Value (if any)
 

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