Search results

  1. Z

    Can't enter data into my form

    Anyone know why I can't enter data into my form?
  2. Z

    Can't enter data into my form

    Ok, I see what the record source is. It says SELECT then the name of the (main) table I used to create the form. But how do I solve my problem though?
  3. Z

    Can't enter data into my form

    Well, not "based on", sorry. I mean the form "includes" 3 tables. And how do you check and edit the control source of the form? (idk how to) Please also see the link I put in my first post. That might be my solution; only idk how to do what it says on the answer.
  4. Z

    Can't enter data into my form

    I didn't base it off a query; I don't have any queries in this database yet. The form is based on 3 related tables.
  5. Z

    Can't enter data into my form

    I was able to enter data into my form but I made a few design tweaks and added another table into the form and now, in form view, I''m unable to enter data into any field. I think this link might be the solution to my problem, but I don't know what they guy is talking about. It'd be great if...
  6. Z

    How to update name fields from related table along with autonumber

    The "PersonalDetails" table is related to the "Application" table using the autonumber from table, "PersonalDetails". The "PersonalDetails" table has "StudentID" (autonumber), "First Name" and "Last Name" fields. The "Application" table also has "StudentID", "First Name" and "Last Name"...
  7. Z

    How to convert multiple drop down list to just checkboxes

    I've got a field in a table that is a multiple drop-down list. In the form, I don't want it to be a drop down list, but I want the options in the drop down list to be checkboxes instead (not within a drop down).
Back
Top Bottom