Search results

  1. C

    Append data to table

    Thank you in advance to all who can shed some light on this question. I have a table called dbo.userinfo with a primary key called employeeid and a field named jobfunction. i have an intermediate table named dbo.projectpositions with a primary key named projnumber and a foreign key named...
  2. C

    Creating Northwind database tables

    Can anyone recommend a book or tutorial that shows how to build the kind of tables that exist in the Northwind sample databse? I would really like to learn how to create the kind of tables where I can relate multiple records like the image shows. TIA
  3. C

    Adding increments to a field

    Hi All.. this is going to be tough to describe but hoping someone can give me an idea on how to accomplish what I need. I have a query named qryActivityRefDetail based on some relational tables and is set as follows: SELECT DISTINCT tblActivity.ID, [tblActivityType]![AcitivityTypeRefID] &...
  4. C

    Pause Access to allow VBS script from hyperlink to run

    Hi all, I've got a form set up with fields that have hyperlinks to vbs script files. What I'm looking to do is have the user click the link so the script will run and then have Access close automatically so the user doesn't leave it running. I've messed around with Application.Quit as a macro...
Back
Top Bottom