Entering data in forms

D

dizzyflossy

Hi all - thanks for reading. I hope this isnt too much of a silly
question... here goes.
I am trying to design a database of medicines that have been allocated a
simple red, amber or green status.
I have managed to successfully put "combo" drop down boxes into the main
table to speed up entering data, and I have designed a form, for which I
would like to do the same thing. Trouble is, although when I click on the
down arrow to see the drop down list when in the form, I can see but not
select any of the options and it says "this is not updateable". The main
table is really big and I dont want to enter all the data this way, I wwant
to use the form to enter data. The form is made up of fields from two tables,
could this be a problem?
The two tables are linked by a relationship according to the drug name. Do I
need to create other relationships to enable me to enter data via the form?

I do hope this makes sense....

Kind regards, Hayley
 
K

KARL DEWEY

I have managed to successfully put "combo" drop down boxes into the main
table to speed up entering data,
You should not be entering data directly into the table.
Yes. What is the relationship of the two tables? Did you create a
relationship?

Post the SQL of the query used to feed the form. Open query in design view,
click on VIEW - SQL View, highlight all, copy, and paste in a post.
 
D

dizzyflossy

Hi there, thanks for your response. I did give the tables a relationship by
drug name. I have now given up and put all the data in the main table and
the form now works correctly, so I guess it was to do with having fields from
both tables. As I am no access expert, and it now works, I'm going to stick
with it!!!!
Many many thanks again for replying.
 

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