Search results

  1. T

    Importing in default data from form

    Ok back to this little chesnut! I have the Append query working perfectly but it only seems to want to add the same number of records that are already present in the designation table..... How can I avoid this since tblA and tblB do not have the same number of records??
  2. T

    Importing in default data from form

    Awesome, nice little feature that! Cheers Pat
  3. T

    Populating Folders from a form

    HI guys, I have a form which looks up a lot of data from each individual record in a table. One of the fields is called document folder. I would like to create a button that when clicked creates a folder (name=document folder) in a ceratin location for all records. Therefore populating x...
  4. T

    Importing in default data from form

    Thanks Pat. Could you provide me with a short example of how you would do that?
  5. T

    Importing in default data from form

    Hi guys, Here is the problem. I have a master table which includes every record of that sort in it. Wot I would like to do is have the user enter specific information into fields via a form, then select an option from a combo box which selects a default table (depending on the selection)...
  6. T

    Multiple Passwords to access form with query!

    Re: Very good question, and it is true that people will have access to multiple programs but work will be carried out primarily on a single program in a long period of time. There will be a seperate database (essentially a copy) but without the password form enabled, thus allowing an Admin to...
  7. T

    Multiple Passwords to access form with query!

    Ok guys here is the challenge!! I have a table which lists a number of programmes, each program has a password field along with other fields. Basically, when the switchboard is open I want the user to select a programme and then enter a password associated with that programme. Popping up with...
  8. T

    Open Multiple PDF's from List Box

    Hey Guys, Tell me if I'm trying the impossible here...... I have a list box that lists a number of tests, these test all have PDF's associated with them. At the moment I select one then click a button which creates a hyperlink using information associated with the record in the list box. This...
  9. T

    Two option groups on one Form...

    Very different criteria, clever/efficient use of form etc.........
  10. T

    Two option groups on one Form...

    Bingo, Cheers Ken
  11. T

    Select First 2 Characters

    Excellent, Cheers Kiwiman
  12. T

    Two option groups on one Form...

    Hi, I am trying to use two options groups on one form, but I do not want to be able to select an option from each group. If a selection is made in one group then I want to ensure that any selection that may have been made in the other group is removed without disabling the group entirely and...
  13. T

    Select First 2 Characters

    Hi, I am trying to use a query to select the first two characters from a field I have created in a form. I would then like to use these 2 letters to filter out results in the query. For example: I have a number of sections in a document (1a - TAKE OFF, 1b - LANDING, 1c - STATIC etc.) which...
Back
Top Bottom