Editing and inputting in Forms

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

Guest

I have made a form using the form wizard and in-corporated fields from two
tables (Student name etc) and (Subject, Group and Comments). The comment
field uses the Memo Datatype. When I put the form in datasheet view, The add
record button at the bottom is inactive and I am unable to edit the form or
insert any comments into the form. I have also activated the allow edits in
properties. What have I missed out?
 
I have made a form using the form wizard and in-corporated fields from two
tables (Student name etc) and (Subject, Group and Comments). The comment
field uses the Memo Datatype. When I put the form in datasheet view, The add
record button at the bottom is inactive and I am unable to edit the form or
insert any comments into the form. I have also activated the allow edits in
properties. What have I missed out?


I suspect that you may want to use a Form (based on the students
table) with a Subform (based on the other table) - and that you may
want to examine your table relationships. What is the Primary Key of
each table? (If it doesn't have one - it's not a table.) How are the
tables related? (If they're not, you can't edit).

John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
 

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