RetiredGuy
New member
- Local time
- Today, 08:58
- Joined
- Mar 12, 2013
- Messages
- 6
I need to write an app (split database with 4 input computers) where our club sells from one to twenty items (each a record of only 6 fields) by cash, check, or credit card. I have populated a form with unbound text fields to allow all of the records to remain visible on the screen prior to adding the records to a main database table. A calculated unbound field will keep a running total of the records entered above on the form. A need exists for the input persons (of little experience) to review each record (six fields) before entering it to the main table. A customer receipt may need to be printed with all of the items purchased before the records are added to the main table and I am guessing that an interim table might work best to hold the records (for printing) before entering the records to the main table. Again, unbound fields would be used, I think.
Question: Is something like this better done with bound or unbound fields? If unbound, I would use VBA coding to add the records (and everything else needed) rather than the automatic entry of records by Access......
I have tried to find a sample database with similar requirements or a template to adjust, but I haven't found any yet....appreciate any help..
Question: Is something like this better done with bound or unbound fields? If unbound, I would use VBA coding to add the records (and everything else needed) rather than the automatic entry of records by Access......
I have tried to find a sample database with similar requirements or a template to adjust, but I haven't found any yet....appreciate any help..