Recent content by Joven76

  1. J

    Copy information from one table to another...

    I am using the order entry template that Access has to learn from and build off of... In the template, there is a section called "orders by customer" which stores the customer's information such as name, address, phone number, then allows you to put in orders, print invoices, etc... I have a...
  2. J

    Prevent duplicate record & goto original entry...

    It's being done with a form... Actually I this database is much larger than just the Products table and form... It's an order entry/expense database... The products table and form are there so I can pull in the various products my wife and I sell when we generate orders...
  3. J

    Prevent duplicate record & goto original entry...

    I have researched this forum about this topic and have learned a few things... But it seemed like everyone trying prevent a duplicate entry was doing it based off of 2 fields... I only need to base it off one... I have a database with a table and corresponding form called Products... It has...
  4. J

    Hiding Access Window & Printing Reports

    I have spent some time researching on this website on how to go about hiding the Access Window and just display the forms... I have gone into tools, startup, and hidden the database window... On my main switchboard, I have the following code: Private Sub Form_Load() DoCmd.RunCommand...
  5. J

    Report sorted by date...

    I need to make a report that shows information in a specified date range... Sounds easy right??? Nope... My wife says I never do anything easy :) ... I have created a query called "Expense Mileage" from the table that has my information in the following fields, which I want to build my...
Back
Top Bottom