Search results

  1. R

    Use InputBox to Open Form

    I am a bit confused about OpenArgs and about passing arguments. Can you, please, elaborate?
  2. R

    Use InputBox to Open Form

    Hi all, I want a user to enter a number into an input box and then based on the number in this box a form will be opened with records associated only with that employee number. (All employee numbers are stored as text) The code below opens the form, but it is blank. How to fix it? Private Sub...
  3. R

    Alert about existing records during data entry

    Thank you, Plog! It worked!
  4. R

    Alert about existing records during data entry

    I need to alert the user of the database in case he/she enters a record that already exists in the database. If a person enters a key type and a serial number combination that already exists in the system and has status “issued”, I need a pop up message to show up. Can someone, please, tell me...
  5. R

    Finding all Numbers in a Range

    ok.. So, I collected some more information about the project, and based on this new information I decided to change my approach. I was able to create a list of all existing serial numbers, for example, from M0001 to M4000 and added additional 3000 numbers for the future. Now I have a list of...
  6. R

    Finding all Numbers in a Range

    No, this code looks exactly as I found it online. It has only one text box and I need two. Not sure how to change it.
  7. R

    Greetings!

    I found a lot of useful information through Access World Forums in the past but was never a registered member. This had to change so I can thank people for their tips and advice and, hopefully, give back to the community someday.
  8. R

    Finding all Numbers in a Range

    Hello everyone, I have the following problem. I need to create a very simple database that would just store records and produce a couple of reports. I have three tables: one with the roster , one has records of the inventory items people from the roster receive and another one contains types...
Back
Top Bottom