Hello there, first post here. 
Recently I inherited our mailout database at work. Not knowing anything about access, and none of my colleagues knowing anything about it, has caused me no end of headaches. But I've figured a fair bit out for myself, and am now trying to streamline my processes.
My database is used primarily for printing envelopes for a mailout catalogue. It consists of a single table, holding the following information;
date added - title(mr,mrs) - name - surname - company - address 1(unit/level) - address 2(street address) - suburb - state - post code - phone number - date of last purchase - last purchase $ - qty of purchases - total purchases $.
The secondary function is recording the dollar value and date of what people on the list above are spending.
This data is entered by hand, Initially I started off using Control + F, and lots of tab keys, and a calculator. Frustrated by the inefficiency of this, I began investigating a little and discovered queries.
This has now evolved into a query, where I display enough information to verify the customer's identity so I can input my sales data faster. I've done this by displaying only relevant table information (name, surname, and street address is enough), using EXPR1: [LAST_PURCHASE]+[DOLLAR] instead of my calculator and by using [surname:] and [state:] in my design box, so I have far fewer records to flick through.
I've also greatly improved efficency by learning the keyboard shortcuts for opening, closing a window.
I've also created a form for entering new customers, what I cannot figure out how to do is if no results exist for [surname:] and [state:] open my new customer form.
If anyone can help me with this I'd be most appreciative. Also if anyone has any ideas as to how I could improve my database overall it'd be great!
Recently I inherited our mailout database at work. Not knowing anything about access, and none of my colleagues knowing anything about it, has caused me no end of headaches. But I've figured a fair bit out for myself, and am now trying to streamline my processes.
My database is used primarily for printing envelopes for a mailout catalogue. It consists of a single table, holding the following information;
date added - title(mr,mrs) - name - surname - company - address 1(unit/level) - address 2(street address) - suburb - state - post code - phone number - date of last purchase - last purchase $ - qty of purchases - total purchases $.
The secondary function is recording the dollar value and date of what people on the list above are spending.
This data is entered by hand, Initially I started off using Control + F, and lots of tab keys, and a calculator. Frustrated by the inefficiency of this, I began investigating a little and discovered queries.
This has now evolved into a query, where I display enough information to verify the customer's identity so I can input my sales data faster. I've done this by displaying only relevant table information (name, surname, and street address is enough), using EXPR1: [LAST_PURCHASE]+[DOLLAR] instead of my calculator and by using [surname:] and [state:] in my design box, so I have far fewer records to flick through.
I've also greatly improved efficency by learning the keyboard shortcuts for opening, closing a window.
I've also created a form for entering new customers, what I cannot figure out how to do is if no results exist for [surname:] and [state:] open my new customer form.
If anyone can help me with this I'd be most appreciative. Also if anyone has any ideas as to how I could improve my database overall it'd be great!