Z
Zoltar54
I am trying to creat a databse by which I can track the projects my company
is doing (mainly to creat estinates and invoices).
Currently I have a main form (frmProject) which is based on a table
(tblprojects). This form will allow me to enter the file number (primary
key), date, customer name and details and other pertinent data. What I need
to do now is creat a sub-form. I need this form to allow me to select the
various services we provide from and underlying table (tblservices) and
"attach" those to the file number. For example, customer XYZ has request a
quote for excavation, drilling, site survey, etc. The tblServices contains
all of the essetial information related to each task such as cost and
estimated time. Thus, once I have entered the customer info into the main
form i would like to have the subform allow me to enter the various services
requested.
I have tried to use thr wizard and creat a quesry but cannot get this to
work. I should mention that there is no relationship between tblprjects and
tblservices.
Any help would be greatly appreciated.
is doing (mainly to creat estinates and invoices).
Currently I have a main form (frmProject) which is based on a table
(tblprojects). This form will allow me to enter the file number (primary
key), date, customer name and details and other pertinent data. What I need
to do now is creat a sub-form. I need this form to allow me to select the
various services we provide from and underlying table (tblservices) and
"attach" those to the file number. For example, customer XYZ has request a
quote for excavation, drilling, site survey, etc. The tblServices contains
all of the essetial information related to each task such as cost and
estimated time. Thus, once I have entered the customer info into the main
form i would like to have the subform allow me to enter the various services
requested.
I have tried to use thr wizard and creat a quesry but cannot get this to
work. I should mention that there is no relationship between tblprjects and
tblservices.
Any help would be greatly appreciated.