Jump to content

finalcloud

Newbies
  • Posts

    2
  • Joined

  • Last visited

finalcloud's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. I am working on a table called Personal_Device that has an Owner and a Serial field. What I want to happen is that when a value is entered into the Serial field, you either click out of the field or a button to make a script run. I would rather do it without the button, but if I have to, I will. I want the script to take the value in the Serial field and compare it with a Key field in another table called Device_Info. If the value does not exist, I want the script to create a new record in the Device_Info table that autofills with the value of Serial in the Personal_Device field. Any help would be much appreciated.
  2. I am currently working on a work order database for my employer. I have a key in the employee information table called the pawprint which is a unique user name for each employee. This information table also includes their location, phone number, etc. My problem is that I want to be able to enter this pawprint in a blank in my main Work Order table, and have the name of the person, which is uneditable in the blank below it. I am including what I have so far. Any help would be much appreciated. LAPS_Database_Test.zip
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.