Search results

  1. DB_Queen

    Inserting Records Into Table from two unrelated tables

    Thanks for your reply. Step by step, here's what I'm trying to do. 1) User enters data onto a form to indicate what schedule they want to work. 2) Create a temporary table (we'll call it tblTemp) that pulls dates from a table (tblWeeks) that match the payroll week selected on the form (I've...
  2. DB_Queen

    Inserting Records Into Table from two unrelated tables

    I am attempting to create a routine to do the following: 1) Create a temporary table with records that match user entered criteria from a form 2) Insert records into a table that includes some data from this temporary table and some data from an existing employee table I am reasonably new to...
Back
Top Bottom