Recent content by singa1976

  1. S

    Populate a Form from Existing Data

    idea hey, If you create a temporary table containing all the fields from your order table used on your form, you can then create a macro containing the following: 1. delete query - to remove all data in the temporary table 2. append query - select all fields in your order table where the...
  2. S

    Importing excel spreadsheets and mapping via forms

    Hello, I'm a bit new to this so please let me know if I don't make any sense:) I've been trying to find a way to create a user friendly import system to upload data in external spreadsheets into my access database via forms. What I would like to do is for the user to be able to click a...
Back
Top Bottom