Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ITProg
  • Content: Threads
  • Order by date
  1. ITProg

    Turn off opening of pdf after creation

    Hi, I was wondering if there is a way to turn off the ability of Adobe to open a pdf right after it is created.
  2. ITProg

    Command Button Wizard - Invalid Use of Null

    I am trying to add a command button to my form. When I use the wizard I get an Invalid Use of Null error. Has anyone encountered this? I am using Access 2003. I have searched this forum and microsoft, but found no answers. Thank you.
  3. ITProg

    Trouble with filter

    I have a form that opens with a filter for active records based on a date field value of null. On my form I have a button to show active records with a date field value of null and a button to show all records regardless of date value. These buttons work fine. I have another button that...
  4. ITProg

    Subform/Parameter Passing Question

    I have 2 forms. The first form frmGetRecord has a combobox to get a patient number. This form also has a subform. The subform displays admission/discharge dates. There can be multiple admission/discharge records for a patient. I would like to select a record from the subform. When I click...
  5. ITProg

    Find Record Error

    I have a form with a form header section that contains a combo box and a text box. The form also has a detail section that has a tab control that contains the rest of the data entry boxes. I put a Find Record button in the detail section of my form. When I try to Find Record using the combobox...
  6. ITProg

    How to Check for Duplicate entry?

    I have a combobox on my form that allows you to select a name. When I add a new record, I would like to check the name to make sure a record does not already exist in the table. I think I would use the before update property, but I'm not sure how to write the code to check if the name exists.
  7. ITProg

    Primary Key Problem

    I am having trouble with data entry to a form. I have a table tblReview, with primary key staffno. I have a table tblStaff, with primary key staffno. On the data entry form I have a combo box to select the staff no. When I select the staff no from the combo box it will then fill in a text...
  8. ITProg

    Can't Delete Relationships

    I am trying to delete relationships between my tables from the relationship window. When I delete the tables, I say yes to save the changes. I close the database, open it, click on relationships, show all relationships and the tables are back again! I need to get rid of those relationships as...
  9. ITProg

    IIF Statement Results

    I have two combo boxes. The first combo box cmbOTHERName has a list of choices. When you choose something from this combo box, a list of appropriate staff names appears in the second combo box cmbOTHERBy. The staff names that appear are based upon their job title. The problem I have is that...
  10. ITProg

    Deleting Duplicates from a Table

    I have 2 tables: tblReviews and tblHistory. At the end of the month data from tblReviews will be appended to tblHistory. At the time that I append the data to tblHistory I would also like to make sure there are no duplicate records in tblHistory. tblHistory can have more than one record for a...
  11. ITProg

    Combo Box Fill List

    I would like to fill a combo box list based on the value in the combo box above it on the same form. The first combo box lists staff departments. In the second combo box I would like to list staff names based on the department selected in the first combo box. The following query is from the...
  12. ITProg

    Switchboard Limitations

    Is there a way to work around the 8 item limitation on a switchboard? I have broken my menus down as much as I can, but I still need to get 10 items on one switchboard.
  13. ITProg

    How to call a Function from a Query?

    What is the proper syntax for a function in a module to return a value to a query? I would like the function to perform a series of nested IIf statements that are too numerous to perform in a sql statement (Access returns an error). The function needs to reference fields from the table being...

Part and Inventory Search

Back
Top