RE: How to send controls to table
- From: NetworkTrade <NetworkTrade@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 29 Nov 2006 13:26:01 -0800
Your Form-Costs is based on Table-Costs then the textboxes IDProcess and
Process should be writing to those fields in Table-Costs. This presumes
these textboxes are created by selecting them and dragging them over from the
field list when the Form is in design view.
If you added the textboxes unbound, without using the field list, then they
go nowhere.
If you want to be writing to the fields IDProcess and Process of the Table
Process - then your Form Costs needs to be based upon a query that joins
those two tables.
--
NTC
"an" wrote:
Hi!.
I have:
T_Costs with IdProcess, Process, Value and Description fields.
T_Process has IdProcess and Process fields.
F_Costs based in T_Costs has a cboProcess based in T_Process to choose it.
When I write data in F_Costs in Description and Value fields, it sends them
to T_Costs but don't send IdProcess and Process.
How is possible to send all T_Costs, please?
Thanks in advance.
an
- Follow-Ups:
- RE: How to send controls to table
- From: an
- RE: How to send controls to table
- From: an
- RE: How to send controls to table
- Prev by Date: Re: DDMS to Access Fill Cells Help!
- Next by Date: RE: How to send controls to table
- Previous by thread: RE: Working Hours database
- Next by thread: RE: How to send controls to table
- Index(es):
Relevant Pages
|