Search results

  1. R

    A tale of two tables

    Let me start by apologizing for bothering you because I am sure someone asked this before but I can't find the post and I have been working on this for 2 days and I really need to get my own work done. I have two tables with the same fields: PART, DESC, REQ, CHASSIS, SEQ, REPORT DATE. And one...
  2. R

    3 issues I need help with

    I have an access database that has a main table and then multiple smaller tables to hold the data entered off of forms. In the main table I use one field ECNNumber for the Primary key then in the smaller tables I use an Auto number for he primary key and index the field ECNNumber. Each...
  3. R

    search memo field using another field

    I have a database and I need to search in the body of the memo field for information in another tables field. Please help. table 1 field Driveline data : 805983D1755 table 2 field memo data: Turn on Speedometer Switches: NO SPDO SWTCHS REQD C/B D/L = 804248D1795 C/B...
  4. R

    Wait for multiple processes.

    My boss believes in simple is best so of course he wants everything done using one button. I have written the code that will run multiple things when the button is clicked but I wonder if I should use wait() or something more robust. What concerns me is the the files the button activates can...
  5. R

    Another weekdays question

    I have a database (big surprise :rolleyes: ) and I need it to calculate and filter information based on a process name, a number of days for that process and a schedule date. For the process NC Batch I need it to calculate out 15 working days from today excluding weekends and holidays and then...
Back
Top Bottom