Search results

  1. J

    Table Currently In Use ?

    Hi I am building a form that has three subforms 1. The first sub form lists individuals from Employees and then we can select the vehicles they usually drive and the days that they usually work (based on a query that selects all from the Standard Assignment Table) 2. the second subform I then...
  2. J

    Open Access from VBA

    Hi: I've built a database in Access (Vehicles FE). Then I built a second database (Vehicle Startup). The Vehicle Startup is openned as the startup database. It checks the "build" of the current copy of Vehicles FE on the current machine and then compares it to the "build" in the database on...
  3. J

    Navigation Form and limiting Access to Form

    Hi. I've built a program in Access 2010 for vehicles. I am using the Navigation Form to switch between forms in the database. There is a form for editing a vehicle's information and I only want one operator at a time to be allowed to edit that info. When an operator one clicks on the form...
  4. J

    Calling Actions on Navigation Page SubForms

    Hi.. Having all sorts of problems getting used to referencing forms when using the Navigation Form I have three forms: Navigation form -- "Navigation Form" Main Form --- "Vehicle Main" with a subform control SubForm --- "subVeh" as a continuous form I assign the recordset to the subform...
  5. J

    Navigation Form and SubForm

    Hi: I am using Access 2010 and put a Navigation form in my program. I have already built a "Vehicle" form with a tab control and four tabs. Each tab has a different form on it as a subform. when the Vehicle form opens, data at the top of the page is entered with one specific vehicle's...
  6. J

    Report and Set Recordset

    Hi: I have built a program in Access where the currentdb does not hold a specific table and this table is not appended to the database. I have connected to the access database that holds the table and want to run a report on that table. I can't use Me.recordsource = vehsql because I get an...
  7. J

    Conditional Formatting in Access 2010

    Hi: I have a report that is a letter to drivers. If the report is for those driving vehicles 1 through 99, then the "To" field will have one employee name, however, if the vehicle number is 100 to 199 there are two employees, and each needs to be listed in the "To" text box. I also have a...
Back
Top Bottom