Andromeda31
11-04-2009, 03:56 AM
I have designed a database for a group in my organisation, which I have been happy to do, but it is my first attempt at anything so sophisticated.
I feel like I am trying to run before I can walk, having been enticed by what looks like a 'neat' way of doing things.
We are in a network environment, other databases in the organisation are ms2000 and have lots of vb code, so I can't really use them too closely as sources of inspiration as I have already made use of some 2007 features.
I am using forms and subforms to enter and read data into a dozen or so one-to-many related tables - I have got the hang of using tables to provide editable combo boxes for entering data into several tables.
Currently only 2 people will be using the database, but there is a good chance they will want to be using it at the same time.
I made a front end saved on the local client computer, linked the tables to the accdb format database tables on a file server.
I have read that using forms based on queries can reduce network load as only the queried info is transported back and forth across the network.
Have also experimented with saving a frontend in accde format which is lots smaller than a linked accdb one - problem I have is the forms aren't editable. I've read this may be because they aren't "unbound". The entries in the table can be scrolled through using the navigation bar buttons, but I can't add data.
I'm basically trying to assess what is my best approach here - whether to completely redesign all forms, or just create some new ones for entering data. Do I need to design some append or update queries, then make forms based on these queries? Will these work when the front end is relinked to tables in back end and it is saved as accde?
Many thanks for any assistance.
A
I feel like I am trying to run before I can walk, having been enticed by what looks like a 'neat' way of doing things.
We are in a network environment, other databases in the organisation are ms2000 and have lots of vb code, so I can't really use them too closely as sources of inspiration as I have already made use of some 2007 features.
I am using forms and subforms to enter and read data into a dozen or so one-to-many related tables - I have got the hang of using tables to provide editable combo boxes for entering data into several tables.
Currently only 2 people will be using the database, but there is a good chance they will want to be using it at the same time.
I made a front end saved on the local client computer, linked the tables to the accdb format database tables on a file server.
I have read that using forms based on queries can reduce network load as only the queried info is transported back and forth across the network.
Have also experimented with saving a frontend in accde format which is lots smaller than a linked accdb one - problem I have is the forms aren't editable. I've read this may be because they aren't "unbound". The entries in the table can be scrolled through using the navigation bar buttons, but I can't add data.
I'm basically trying to assess what is my best approach here - whether to completely redesign all forms, or just create some new ones for entering data. Do I need to design some append or update queries, then make forms based on these queries? Will these work when the front end is relinked to tables in back end and it is saved as accde?
Many thanks for any assistance.
A