A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

New at this and unsure



 
 
Thread Tools Display Modes
  #1  
Old August 12th, 2009, 11:02 AM posted to microsoft.public.access.tablesdbdesign
Phlipper via AccessMonster.com
external usenet poster
 
Posts: 9
Default New at this and unsure

Hi All,

I'm designing my first app for my business. I publish 12 separate monthly
magazines and have various advert sizes. I have begun designing my app, am
having a few issues and I'm wondering if I've gone the best way about it. Is
there some way to post my app here for you guys to check?

I have two tables: Table1 (which records orders) and customer_details

I input data to customer_details via a form, save it and then open a 2nd form
'ORDERS'

The ORDERS form has 12 separate Yes/No checkboxes to represent each title.
I have a list box with 1 to 12 (representing the number of months the order
is to run for). This is counted down automatically with a 'Month End'
procedure.

I have lots of queries and reports happening, so I think it would be easier
if someone actually looked at the app working to see if I've taken the best
route. I also generate invoices from the app, but so far this is very basic
and I haven't sorted this out fully.

My reports generate lists for the magazine being worked on, contact lists for
customers with expired orders etc. etc.

Any takers?

--
Message posted via http://www.accessmonster.com

  #2  
Old August 12th, 2009, 01:33 PM posted to microsoft.public.access.tablesdbdesign
Klatuu
external usenet poster
 
Posts: 7,074
Default New at this and unsure

Phlipper,
We are all volunteers here, helping other Access users resolve specific
problems. It is certainly good that you want to optimize your current app
and lean for the future, but few of us would have the time to review a full
application.

I can tell from your post you have some issues with your data design. For
example, where you have check boxes to identify titles, you should actually
have only one field identifiying the title. If a client is advertising in
more than one title, then you would have one record for each client/title.
And, it may be that a record reflects one ad and how long it runs, so you may
also need a field to identify the issue when the ad starts and another field
to show how many issues the ad runs.

This would not require any month end processing to update your information.
As you have it now, an error in month end processing could throw you
information off and present incorrect information.

I suggest you look for a book called "Database Design for Mere Mortals". It
is an excellent book for leaning the basic theory of database design.

Best of Luck.

BTW, if you have specific questions, you will get more specific answeres.
--
Dave Hargis, Microsoft Access MVP


"Phlipper via AccessMonster.com" wrote:

Hi All,

I'm designing my first app for my business. I publish 12 separate monthly
magazines and have various advert sizes. I have begun designing my app, am
having a few issues and I'm wondering if I've gone the best way about it. Is
there some way to post my app here for you guys to check?

I have two tables: Table1 (which records orders) and customer_details

I input data to customer_details via a form, save it and then open a 2nd form
'ORDERS'

The ORDERS form has 12 separate Yes/No checkboxes to represent each title.
I have a list box with 1 to 12 (representing the number of months the order
is to run for). This is counted down automatically with a 'Month End'
procedure.

I have lots of queries and reports happening, so I think it would be easier
if someone actually looked at the app working to see if I've taken the best
route. I also generate invoices from the app, but so far this is very basic
and I haven't sorted this out fully.

My reports generate lists for the magazine being worked on, contact lists for
customers with expired orders etc. etc.

Any takers?

--
Message posted via http://www.accessmonster.com


  #3  
Old August 12th, 2009, 02:08 PM posted to microsoft.public.access.tablesdbdesign
Phlipper via AccessMonster.com
external usenet poster
 
Posts: 9
Default New at this and unsure

Hi Klatuu,

I understand.

I also understand what you say about the separate titles and the checkboxes -
but I chose this after a lot of soul-searching. I know exactly how the
operation runs here (I don't actually do the order processing myself), and I
know from long experience how difficult it is to ensure accurate data in this
place (I am not in a position to enforce vigilance, believe me I would if I
could, so the main reason for this app is so that I can ensure as far as
possible that the data is recorded properly - i.e. I've built the app to
address weaknesses, rather than enforce rules).
Thanks for taking the time to respond - I'll keep an eye out for that book.

--
Message posted via http://www.accessmonster.com

  #4  
Old August 12th, 2009, 02:10 PM posted to microsoft.public.access.tablesdbdesign
Keith Wilby
external usenet poster
 
Posts: 812
Default New at this and unsure

"Phlipper via AccessMonster.com" u53406@uwe wrote in message
news:9a7ae3d08c1fc@uwe...
Hi All,

I'm designing my first app for my business. I publish 12 separate monthly
magazines and have various advert sizes. I have begun designing my app, am
having a few issues and I'm wondering if I've gone the best way about it.
Is
there some way to post my app here for you guys to check?

I have two tables: Table1 (which records orders) and customer_details

I input data to customer_details via a form, save it and then open a 2nd
form
'ORDERS'

The ORDERS form has 12 separate Yes/No checkboxes to represent each title.
I have a list box with 1 to 12 (representing the number of months the
order
is to run for). This is counted down automatically with a 'Month End'
procedure.

I have lots of queries and reports happening, so I think it would be
easier
if someone actually looked at the app working to see if I've taken the
best
route. I also generate invoices from the app, but so far this is very
basic
and I haven't sorted this out fully.

My reports generate lists for the magazine being worked on, contact lists
for
customers with expired orders etc. etc.

Any takers?


Not unless you have a big bag of money. If you're the only user and it
does what you want it to do in a timely fashion then I'd stick with it. If
there are any specific queries that you think are running slowly (for
example) then post the code here.

Regards,
Keith.
www.keithwilby.co.uk

  #5  
Old August 12th, 2009, 02:25 PM posted to microsoft.public.access.tablesdbdesign
Phlipper via AccessMonster.com
external usenet poster
 
Posts: 9
Default New at this and unsure

Nope, it'll be others that use it, not me. That's the problem I suppose

If I had a big bag of money I'd be paying you guys to do this for me!!

Thanks

Keith Wilby wrote:
If you're the only user and it
does what you want it to do in a timely fashion then I'd stick with it. If
there are any specific queries that you think are running slowly (for
example) then post the code here.

Regards,
Keith.
www.keithwilby.co.uk


--
Message posted via http://www.accessmonster.com

  #6  
Old August 12th, 2009, 03:15 PM posted to microsoft.public.access.tablesdbdesign
Keith Wilby
external usenet poster
 
Posts: 812
Default New at this and unsure

"Phlipper via AccessMonster.com" u53406@uwe wrote in message
news:9a7caa20a2660@uwe...
Nope, it'll be others that use it, not me. That's the problem I suppose

If I had a big bag of money I'd be paying you guys to do this for me!!


I don't think you'll get anyone to review the whole app for free but, as
I've said, if you post specific problems or issues then I'm sure there'll be
no shortage of help forthcoming.

One thing I would say is that multi-user apps ought to be split and each
user should have their own copy of the front end file. More info he

http://www.granite.ab.ca/access/splitapp/index.htm

Regards,
Keith.
www.keithwilby.co.uk

  #7  
Old August 12th, 2009, 03:24 PM posted to microsoft.public.access.tablesdbdesign
Phlipper via AccessMonster.com
external usenet poster
 
Posts: 9
Default New at this and unsure

Amazing! I'd just been reading about that somewhere else!!

Keith Wilby wrote:
Nope, it'll be others that use it, not me. That's the problem I suppose

If I had a big bag of money I'd be paying you guys to do this for me!!


I don't think you'll get anyone to review the whole app for free but, as
I've said, if you post specific problems or issues then I'm sure there'll be
no shortage of help forthcoming.

One thing I would say is that multi-user apps ought to be split and each
user should have their own copy of the front end file. More info he

http://www.granite.ab.ca/access/splitapp/index.htm

Regards,
Keith.
www.keithwilby.co.uk


--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...esign/200908/1

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:12 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.