Search results

  1. B

    DoCmn.RunSQL versus CurrentDb.Execute

    Hello, Is there any particular reason I would choose to use DoCmd.RunSQL "insert into... Versus CurrentDb.Execute "insert into.... ?? I am using an unbound form on the front end of my database to populate the backend tables (multiple tables). Some forms only have a few fields, while...
  2. B

    Correcting Table Structure

    Hello, I have been working on a a table design, but I am failing to create the correct relationships. My main table is the tblIncident with the three remaining tables being linked via a one to many relationship. I am using an auto number as my primary key, then linking that number to a FK in...
Back
Top Bottom