M
moe
I have four tables: (key fields are noted with an asterisk)
TblCustomer
CustomerID*
CustomerFirstName
CustomerLastName
TblVendor
VendorID*
VendorFirstName
VendorLastName
TblBillingMain
BillID*
CustomerID
VendorID
TblBillingDetail
BillDetailID*
BillID
ServiceCode
Amount
I need to build a billing data entry form that contains
the following fields:
CustomerFirstName
CustomerLastName
VendorFirstName
VendorLastName
ServiceCode
Amount
The Customer and Vendor name fields (first and last) need
to be restricted to existing records and would preferably
come from drop downs. I know I need to build the billing
detail into a subform but I can't even get that far
because I can't figure out how to create the main part of
the billing form. (I have various wrong results but the
most common is that my fields vanish when I switch from
design view to form view.) I'm hoping someone can help
this newcomer with a roadmap. Thanks in advance.
moe
TblCustomer
CustomerID*
CustomerFirstName
CustomerLastName
TblVendor
VendorID*
VendorFirstName
VendorLastName
TblBillingMain
BillID*
CustomerID
VendorID
TblBillingDetail
BillDetailID*
BillID
ServiceCode
Amount
I need to build a billing data entry form that contains
the following fields:
CustomerFirstName
CustomerLastName
VendorFirstName
VendorLastName
ServiceCode
Amount
The Customer and Vendor name fields (first and last) need
to be restricted to existing records and would preferably
come from drop downs. I know I need to build the billing
detail into a subform but I can't even get that far
because I can't figure out how to create the main part of
the billing form. (I have various wrong results but the
most common is that my fields vanish when I switch from
design view to form view.) I'm hoping someone can help
this newcomer with a roadmap. Thanks in advance.
moe