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 Wanet Telecoms Ltd 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 familyman1

  1. familyman1

    Creating a 'Sequence' in Access ...

    Thanks! I will have to try this at home tonight as I do not have Microsoft Access where I am at right now. The code is written in LabVIEW. This LabVIEW code is what is accessing the Linux tables and sequences. What I am trying to do is simulate the Linux setup in Access so that I can do...
  2. familyman1

    Creating a 'Sequence' in Access ...

    I am working with code that is already written to access tables and sequences on a Linux OS, the code consisting of PostgreSQL commands. Here is the exact command used to access this sequence I am talking about: "SELECT nextval('seq_name') What I need to do is mimick this sequence in my...
  3. familyman1

    Creating a 'Sequence' in Access ...

    I am working on mimicking a Linux databse in Access. One of the objects is called a 'Sequence'. A PostgreSQL book that I have states the command as "CREATE SEQUENCE", but I have no idea how to create a 'Sequence' in Access. I already have a database created with some tables, but also need to...

Part and Inventory Search

Back
Top