J
jody
Sorry to be a pest, but I need to get my form working as
soon as possible. I've been working on it for days and
unfortunately I'm not very proficient at VB. Thanks in
advance.
----------------------------------------------
I have a main form call Company. Within this form I have
a nested subform called ShipInfo. The two forms are
linked using the field: CompanyID. I need the user to
fill in the ShipInfo subform for each company. Even
though I have required fields in the ShipInfo table, the
user can still enter data in the company form and totally
by-pass the ShipInfo subform. What code do I need to
implement so that it forces input in the subform?
Here is how my company and shipinfo tables are set up:
Company Table:
CompanyID (Autonum)
VCID (Text) (Required - This is a vender code ID)
CompName (Text)
**Unique index on VCID
ShipInfo Table:
ShipInfoID (Autonum)
CompanyID (Number) Required
ShipLookupID (Number) Required
**Unique index on CompanyID & ShipLookupID
Would appreciate any suggestions. Thanks much!
soon as possible. I've been working on it for days and
unfortunately I'm not very proficient at VB. Thanks in
advance.
----------------------------------------------
I have a main form call Company. Within this form I have
a nested subform called ShipInfo. The two forms are
linked using the field: CompanyID. I need the user to
fill in the ShipInfo subform for each company. Even
though I have required fields in the ShipInfo table, the
user can still enter data in the company form and totally
by-pass the ShipInfo subform. What code do I need to
implement so that it forces input in the subform?
Here is how my company and shipinfo tables are set up:
Company Table:
CompanyID (Autonum)
VCID (Text) (Required - This is a vender code ID)
CompName (Text)
**Unique index on VCID
ShipInfo Table:
ShipInfoID (Autonum)
CompanyID (Number) Required
ShipLookupID (Number) Required
**Unique index on CompanyID & ShipLookupID
Would appreciate any suggestions. Thanks much!