Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by DavidRobertArchibald

  1. DavidRobertArchibald

    POS dbase Macro problem

    Yep I'm an idiot, it was a spelling error in the file extension. Good Grief
  2. DavidRobertArchibald

    POS dbase Macro problem

    In our POS dbase I'm currently trying to run a Macro in a second database from a for in the first, I tried the following: Sub AccessTest1() Dim A As Object Set A = CreateObject("Access.Application") A.Visible = False A.OpenCurrentDatabase ("C:\Documents...
  3. DavidRobertArchibald

    Running an Access Macro from a different Dbase

    In our POS dbase I'm currently trying to run a Macro in a second database from a for in the first, I tried the following: Sub AccessTest1() Dim A As Object Set A = CreateObject("Access.Application") A.Visible = False A.OpenCurrentDatabase ("C:\Documents...
  4. DavidRobertArchibald

    Command Button problem

    I could also solve my problem it I could use an update query to overwrite data. Is it possible to do so?
  5. DavidRobertArchibald

    Command Button problem

    I've set up a database that allows our customer service desk to enter orders. An order consists of two tables the header, and the products (linked by a one to many relationship). In the header and the products section is a flag field that I switch from "GBL" to "Pending" when the order is...

Part and Inventory Search

Back
Top