Search results

  1. N

    Newbie needs to find out how to remove Autonumber from Access customer order template

    Just add a new field to the Product table called ProductSkNo or something.
  2. N

    Database Functionality Without Vba

    A good way to get into VBA is to create some function buttons and then edit the code created by the button wizard. For example you could create 4 buttons, 1 to open a form, 2 to run a query, 3 to close the form, 4 to refresh the data. Then copy all the code from the 2,3,and 4 buttons and add...
  3. N

    Transfering A Spreadsheet To Access Table

    Im amazed that you hadnt tried the import wizard
  4. N

    Help On Startup Please

    You can also copy the code from the button the VBA editor and put code the into an event triggered by pressing the enter button?
  5. N

    Anyone know cgi?

    #!/usr/bin/perl Is this really the path to perl? The exclamation mark looks wrong to me Check path with your hosting company
  6. N

    Anyone know cgi?

    Check with your hosting company if #!/usr/bin/perl is actually the path to perl
  7. N

    Printing from access

    Can access remember print settings for specific reports. I want an envelope printing report to remember the settings for the printer it is using?
Back
Top Bottom