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 derfloh 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 metrodon

  1. metrodon

    How to Add Time Delay

    How do you add a time delay between the transfer.bat command and the importing of the transfer.txt file? Here is the VB code. Option Compare Database '------------------------------------------------------------ ' Transfer_df ' '------------------------------------------------------------...
  2. metrodon

    Adding a field to a table using a Macro

    Bob, I got the following error message and don't know why. "User-defined type not defined" There was a yellow arrow marking this line of code and it was changed to a yellow color. Private Sub Add_Field_Click() Can you help me on this? Don
  3. metrodon

    Adding a field to a table using a Macro

    Thanks Bob, Yes please post the example!
  4. metrodon

    Adding a field to a table using a Macro

    Once I have a table open in a Macro with the Action “OpenTable”, what Action do I use to add a field to the table?
  5. metrodon

    Create primary key within a Macro

    Here is more information on my question. I use the Action OpenTable in View=Design and Data Mode=Add to open the table I want to add a field with a DataType=AutoNumber and then make it the primary key for the table. I don't know what Action to use to add this field to the table that is open...
  6. metrodon

    Create primary key within a Macro

    What Action(s) do you add to a macro to create a new field (AutoNumber) that is the primary key for the Table?

Part and Inventory Search

Back
Top