Search results

  1. J

    Updating tables without using an update query

    I'm looking to update a field in a record without using an update query, resaon being i need to make create a run time out of the data base and i don't want the program to prompt the user that a table is being updated. any suggestions?
  2. J

    list of reports or tables

    I am looking to print out a list of all reports in a mdb, even tables or queries. Any ideas anyone?
  3. J

    Text box lookup

    here's my mdb I have a form called "frm Lookup Main" on it i have a combo box, set to "on click" event, now when i select the users last name the form "frm_arcust99A" should open to the last name that the uset selected. I get nothing.. I've tried the code that Mark suggested and that helped...
  4. J

    Text box lookup

    I want to open a form to a specific record based on a value i enter on another form. The first screen a user sees they are asked to enter a lastname or phone number to find a patient. All i want is to have the form open to the patients record. Please help driving me crazy.
  5. J

    removing the delete option for end users

    Found it i found a way.. but open to ideas. I selected the "Allow deletions" "NO" option in the forms properties...
  6. J

    removing the delete option for end users

    I'm looking for a way to disable the delete record command from my users, my end users are using a run-time version of access. Any suggestions?
  7. J

    Creating custom report by form selection

    Hello group, What i am trying to do is have a form with combo boxes where the user selects their own criteria and feed the query to get a custom report. I have so far manged to get only exact matches to work. but let's say perhaps i need to leave one field blank to retrieve all options, i get...
  8. J

    importing test file

    I need to inport this file into a table, but having troulble with the code. I would like to use the first part of the line as the table header using the semi colon to separate fields.
  9. J

    Update field on form linked to two tables

    I need to be able to update a field on a form that is created by to linked tables.
  10. J

    making combo box mandatory

    thank you al for your help works great!
  11. J

    making combo box mandatory

    I'm looking to make a combo box mandatory. Users have been leaving it blank. Would also be nice if the code could check to see if the box matches what the combo list as available. Thank you still learning...
Back
Top Bottom