Recent content by adam.grendell

  1. A

    Question about how to link and lookup data from one table to the next

    What I'm hoping to be able to do with this data is eventually find a way to use Access 2016 as a sort of Point of Sale program. I already have a barcode scanner that I can get to work with Access, so it's just a matter of putting all the pieces of this puzzle together. Thanks again for all of...
  2. A

    Question about how to link and lookup data from one table to the next

    Awesome. Thanks for the 411. I'm gonna take this info and see if I can get this project started. I love this site :)
  3. A

    Question about how to link and lookup data from one table to the next

    Thank you both for replies so quickly. I have an idea of how I want this to work, but the challenge is trying to put it into words how I want it to come out, and the even harder challenge is trying to make it work in Access. As far as the ideas you gave, that's pretty much the best info I've...
  4. A

    Question about how to link and lookup data from one table to the next

    Hello all. I run a cellphone/PC repair shop, and I am trying to find a way to keep up with what comes in and goes out of my shop. I want to create a DB that will allow me to keep up with: Customers Devices Repairs and find a way to link all of these, since they are always interconnected. For...
  5. A

    Help needed involving updating records

    Well, I'm currently working on getting everything the way that I want it. I think my biggest holdup was all the different relationships on the example you showed me. While I do think that I need more than a few tables, I don't need quite as many different fields OR tables. So instead of hacking...
  6. A

    Help needed involving updating records

    Thank you for the speedy reply! Well, as for the website you listed, that is a very detailed system of tables, which is WAAAAY more than I would need. Overall I'm only going to need 5 tables max. 6 if I create a login splash form. But using the example listed, let's say I opened up the...
  7. A

    Help needed involving updating records

    Hello all, It's been quite some time since I worked with Access, and unfortunately, it's not exactly like riding a bike. I've forgotten a whole bunch of stuff. I am wanting to create a db for invoices and price quotes for the business that I work at. We currently use some dinosaur of a program...
  8. A

    Perform Lookup in excel based on Access Criteria

    After lots (an I mean LOTS) of trial and error to get this to work like I want, I think I need a new approach. I read online about using something called a recordset in VBA. Could I apply this since the data is in a table, and maybe use if/then statements for the rest? Thanks again for all the help!
  9. A

    Perform Lookup in excel based on Access Criteria

    Okay. I think I'm getting closer to what I need. Something like this: I have a table that has 5 columns: Marital Status, Exemptions, PayMin, PayMax, and Withholding. I need to run a dlookup on this table based on the number of exemptions and marital status, as well as find the amount between...
  10. A

    Perform Lookup in excel based on Access Criteria

    Thanks for the reply. Here is the breakdown... The data is the federal withholdings table. My lookup criteria are the amount of gross pay (ex. between 175-185) and the number of exemptions. I need this data to automatically retrieve the correct amount of withholding based on these two...
  11. A

    Suppress Office warning when running batch file from within access 2010

    Hi all I have a batch file that runs when I click on a command button on a form. It makes a backup of all my files and resources for the database. When I click the button, Access gives me a warning saying: Opening G:\PayrollDataCenter\Data\Resources\PDCbak.bat Some files can contain viruses or...
  12. A

    Perform Lookup in excel based on Access Criteria

    Hi all, Not sure if this is the correct forum, but here goes. I am creating a payroll db. The project is all but complete. The one thing I would like to do is find a way to perform data retrieval based on criteria. On the actual Payroll form, where the employer will figure up the check amount...
  13. A

    Making a User Log Table

    Thanks for the info guys. I've never used global variables before. How would I use one? Does it need to be public or private? I guess what I'm asking is how to I make one and use it with VBA? I've tried to look it up, but I get misdirected a lot.
  14. A

    Making a User Log Table

    Okay, I've got this narrowed down just a bit more. I converted the data in my combo box (the user name) to a string and called it into my table (same thing with the time stamp). Now, when I click the logon button, a record is made in the Log Time table with a User and a Time In. The Time Out...
Back
Top Bottom