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 Rhinorhino 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: *

  1. ApparentlyInept

    Display record count in one subform / combo result in second subform

    Need to display the number of records in Query subform over a result based on a combo box in a different subform so that it looks like this "# of records/combo result". Preferably into a label box. Thought it might have looked something like this but I am obviously wrong cause its not...
  2. ApparentlyInept

    Refresh a link to a table in another database

    Ok...here's my problem. I have a series of forms created in a file that all point to a table in another database. As such I linked that table to the current file. Problem is whenever the users go to open the file on a new system it says that the linked table couldn't be found so I have to open...
  3. ApparentlyInept

    Command or action Save Record isn't available now?

    Runtime Error 2046 The Command or action Save Record isn't available now. Anybody know why this error might be coming up? I have it set as a OnClose event. When I go to debug it highlights the entire DoCmd action. Private Sub Form_Close() DoCmd.DoMenuItem acFormBar, acRecordsMenu...
  4. ApparentlyInept

    Can I have input in a form from one db and output into another?

    Ok folks this is what I'm trying to do and its kicking my butt. I'm trying to set up a database to track equipment. I have all my information for the equipment in one database but would like to set up a sort of check in/out form that puts that information into a new database so I can keep...

Part and Inventory Search

Back
Top