Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms Programming / January 2005

Tip: Looking for answers? Try searching our database.

Forms that allows me to enter mutli record before saving to tables

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
SeeKY - 10 Jan 2005 13:59 GMT
To explain further....

I have 1 PO# with 5 items. I only want to save the record after entering all
5 items. Maybe by Using a Button control.
After confirming the PO i wish to clear the field for another PO.

How do i do with this? Using a datasheet form?
Anyone care to explain briefly so that i got a rough item
Steve Schapel - 10 Jan 2005 18:05 GMT
SeeKY,

One approach to this would be to have a have your Items subform bound to
a "holding" table, so you enter the items in there, and then when the
entries are confirmed, you run an Append Query to add these records to
the main PO Items table, and delete them from the temporary holding table.

Signature

Steve Schapel, Microsoft Access MVP

> To explain further....
>
[quoted text clipped - 4 lines]
> How do i do with this? Using a datasheet form?
> Anyone care to explain briefly so that i got a rough item
PC Datasheet - 10 Jan 2005 20:29 GMT
A downside to this is that frequent adding and deleting records in the temp
table will make the database quickly bloat!

--
                                       PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
                             resource@pcdatasheet.com
                                www.pcdatasheet.com

> SeeKY,
>
[quoted text clipped - 14 lines]
> > How do i do with this? Using a datasheet form?
> > Anyone care to explain briefly so that i got a rough item
Steve Schapel - 11 Jan 2005 05:15 GMT
Tools|Options|General|Compact On Close.

Signature

Steve Schapel, Microsoft Access MVP

> A downside to this is that frequent adding and deleting records in the temp
> table will make the database quickly bloat!
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.