New Project - Need some direction

NetEcho

New member
Local time
Today, 04:54
Joined
Feb 13, 2014
Messages
4
Good evening everyone. I am planning on learning how to more effectively use Access by working on some tools to make my life easier at work and could use some direction/examples/learning materials to help make this a little less painful.

I currently work as a low level accountant / bookkeeper in a hotel environment where all of my data is stored in excel files (large amounts) and then submitted to an offsite accountant to be entered into proper software. I want to try and make some database applications so I can quickly access old data as currently I have to search through several hundred excel files if someone is asking a question on older data.

The first project would be an invoice management module , I currently have plans for a Vendor database which includes info about the vendors based on a csv file I had my superiors send me. I plan on making a form to input invoices into the database but here are a few of my road blocks currently.

1) I'm not sure how to lay the data out in a database to take into consideration that each invoice can have between 1 - 6 Ledger codes attached Current Excel Format

GL Code Vendor Vendor ID InvoiceNum Invoice Date Amt
Example of a multi code invoice is
11-1234 Bob's Shop BOB1 INV1234 1/1/2014 100.00
11-4321 Bob's Shop BOB1 INV1234 1/1/2014 200.00

I thought about using the same format in the database however it seems kind of redundant to do it that way. Also I want to add in a few features such as Date Entered, and Batch Number so that I can enter them on the fly and then eventually compile a batch from all invoices without a batch attached to them . I have no clue how to accomplish this with the form interfaces I assume it would probably need 2 tables 1 for the main invoice data such as VendorID , Invoice Number, Invoice Date, Total Invoice amount then some sort of subform that automatically attaches VendorID and Invoice Number to each GL code. Other areas I could use some direction on is I want to make the data as compatible with the formats they use since our GL codes are stored in their system (from what I can tell from current templates) as 1111223333 and between various reports we either use 22-3333 1111-22-3333 etc so I am wondering how I would take that into account so that when referencing data if I say search or enter 22-3333 it'll search for 1111223333 where 1111 is a constant number in my case 2501 . Any help is very much appreciated, I've been racking my brain on this for 2+ years and still haven't left square one eventually I'd like to implement some sort of Purchase Order system on top of this database to save me hours of tracking down people to find out if they've purchased stuff.
 
Here's a tutorial to help you with table design and relationships.

Here are some videos that you may find useful.

Good luck with your project.
 
Thanks for the quick reply , I will check those out for sure! Just to add I am also currently working out of the Access 2010 Bible and New Perspectives on Access 2010 (a text book I borrowed from a colleague)

Thanks again!
 
Happy to help.

Spend time defining exactly WHAT you are trying to do. Then get your tables and relationships set up.
Get some sample data scenarios created (even if only on paper), then test the model. Reconcile every little anomaly. Then start thinking about Access.

Too many people get hung up on the "niceties" of Access too quickly then start to think of design too late in the process.
 
jdraw I agree, my problem is I get too caught up in the design of the backend to actually move past the early stages but what I will try and do is get a sample database (without any forms) but with sample bits of data and maybe some diagrams before returning for a little more direction.

Those videos should assist me in breaking my data down into a logical layout
 

Users who are viewing this thread

Back
Top Bottom