Re: Inserting Data into Existing Record
- From: Gary Dolliver <GaryDolliver@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 16 Aug 2006 13:14:01 -0700
Hello, thanks for the reply, here are the answers below:
Let me get this straight, you are using TWO forms to update ONE table? Are
there any locks on the forms? (i.e. RecordLocks property) This should be set
to "No Locks".
Yes, I have one table (holding both billing and shipping info) being updated
by 2 forms. Record locks are off
Why don't you have fields for Billing info and Shipping info in one table.
You could use a Tab Control if you do not have much room.
I do have both billing and shipping info in one table. I cannot use a tab
control as it is already set up on form1 - unless there is a way to put a tab
control within a tab control?
Am I asking for the impossible? Thanks!
-gary
"Powderfinger" wrote:
.
"Gary Dolliver" <GaryDolliver@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:1902651E-4DFB-4B6E-B9AC-1417DE39CE6B@xxxxxxxxxxxxxxxx
Thanks Jeff, and sorry for the lack of info - perhaps you can shed somelight
on making this a little easier for me... ;)form1
Basically, form1 is a general receiving screen (address info and generic
product info) and form2 is to gather billing information (shipping
information is collected on form1). I do not have this information on
as space is limited and probably 9 out of 10 times it will not berelavent.
Therefore, I thought a seperate form, activated by a check box on form1fields),
(yes/no - yes opens form, no duplicates shipping info into bill to
would be able to accomodate this. Ideally, I would like to have all ofthe
information in one record in table1 (I know I could do this if I seperatedtogether
the tables, billing v. shipping, but what would be the fun in that?)
I am using a field Order_ID from table1 to try and keep everything
Hope that helps, thanks!
-gary
Let me get this straight, you are using TWO forms to update ONE table? Are
there any locks on the forms? (i.e. RecordLocks property) This should be set
to "No Locks".
Even so that's not a good way to do it.
Why don't you have fields for Billing info and Shipping info in one table.
You could use a Tab Control if you do not have much room.. Then copy the
Shipping fields to billing when there are the same (i.e. Me.BillingAddress =
Me.ShippingAddress)
- Follow-Ups:
- Re: Inserting Data into Existing Record
- From: Powderfinger
- Re: Inserting Data into Existing Record
- References:
- Re: Inserting Data into Existing Record
- From: Jeff Boyce
- Re: Inserting Data into Existing Record
- From: Powderfinger
- Re: Inserting Data into Existing Record
- Prev by Date: Re: Run-time error '3045'
- Next by Date: Re: Preventing prompts from appearing with DoCmd
- Previous by thread: Re: Inserting Data into Existing Record
- Next by thread: Re: Inserting Data into Existing Record
- Index(es):