Search results

  1. F

    Auto-fill textboxes?

    I have this form here: What I want to do is give the end-user the option to input a preset of subjects that is also customizable. One way I know of doing it would be using a table then appending it to the table which the subform Subjects is based off of, however i think that would skip the...
  2. F

    Exclude data using fields?

    Ive read the sticky about using tables to exclude data, unfortunately I can't figure out exactly what to do to get the results I want even after reading it. Anyway here's my problem - I want a field in my Enrollment table to lookup data from my Subjects table but exclude data that does not meet...
  3. F

    Need help on incrementing field

    I need a field that auto increments. My problems are it also needs to have a prefix of "541-", and there is already an existing record (on paper) so i cannot start from 0. I have tried using format and max (field) + 1 but I can't get those to work properly. Any help?
  4. F

    Help with subform/datasheet

    I have a form with a field load number. I have a subform in datasheet view called orders, and another subform based on a query where it displays the orders tagged with the load number in my main form. What I want to be able to do is for the user to be able to select orders from my first subform...
Back
Top Bottom