Search results

  1. J

    Switchboard Backup Module

    I have a database that I have created a nice switchboard for. My problems lies in the fact that I would like the switchboard have a button to automatically backup the database instead of selecting that option through the tools dropdown menu. I assume that if I can perform that task that other...
  2. J

    Opening Main and Subform with blank records

    I have a databae that I would like help in cleaning up the code. When I open up the database using the Splash screen, it is working fine.....Hitting OK takes me to the Switchboard....where everything is working fine....;) In the Form button and then the Edit/Enter License Data it opens up to my...
  3. J

    Database Program Code Cleanup Help!

    I have a databae that I would like help in cleaning up the code. When I open up the database using the Splash screen, it is working fine.....Hitting OK takes me to the Switchboard....where everything is working fine....;) In the Form button and then the Edit/Enter License Data it opens up to...
  4. J

    Input variables into forms

    I have a db that has a main form and a subform. I want to ask the user for a date that they are working on...and then have that date automatically inserted into the subform field so they don't have to continually retype it. As with my other field, I need to have them asked what checkpoint they...
  5. J

    Counting Records and printing them

    I have a main form that has license plates with a subform that has the dates they were in our garage. I would like to print a report out with a variable that will count the number of records each license plate has and print out the ones that are over the variable.;) So let's say I want to...
  6. J

    Locate, Display and add New Record Help

    I have a database that has 2 forms, one ain form and a continuous subform displayed on the same screen. I am able to search for a record and display the results for that record in the main and sub forms, but I have to tab trhough all the fields on the main form to get to the subform. :( What I...
  7. J

    Setting up Subform after Locating data

    Thanks for all those who helped me out. I still have a couple of problems in my coding for the main and sub forms. Any help would be apprceiated. Here are my Input Form Fields: VehicleID AutoNumber License Text State Text Make Text Model Text Type Text Color Text Code 4 Yes/No Box These...
  8. J

    Locating Record - Updating and Adding Data

    I am tryin gto build a database for tracking vehicles that are parking in a garage. Our employees are not allowed to park in this guest garage so we are tracking vehicles that are entering the garage. Here is my Input Form Fields; License Text (This is set to No Duplicates and is the Key...
  9. J

    Access Record Display/Input in a Form

    I have 2 forms in my db. The first one should look up a record by the first field and display the rest of the fields if the record is found. It should then display the subform record that it is linked to. I am having trouble getting the record to display the fields after inputting the data...
Back
Top Bottom