So, I got a new job where I must write a database system, that is actually very simple. I need to have one full of barcodes, one full of employees, and maybe one more. I’ll have no problem making the databases, however I don’t know how to write programs to automate it. I need to make a program that automatically inserts barcodes when they are scanned. I also need to make a few queries that will request employee information. I’ll need to delete things as well.
I have experience with SQL(PHP MySQL), and a local db program for Android. I’m very familiar with db queries and the like, however I don’t know how I write these for ACCESS. Is it built in, or do I use a different language? I assume it’s natively written in something like C/C++(which would be one of the more preferable languages to write this in). I don’t know Java, C#, or VB. I need to learn this stuff fast, in the next few days. I can’t find any good tutorials, the Microsoft one’s aren’t any good.
I’d appreciate any help, thank you,
So it sounds like your question is how do I create a form in access to insert a record? There a tons of tutorials on the web for this sort of thing. It’s been a while since I’ve developed with Access (ugh, but it can be really fast developing) but it looks like things have become even more automated. I like video tutorials.
Try this one:
Creating data-entry forms to Access 2010 Essential Training
(google something like “access 2010 create input form” for more)