Need help in get data back to form. I've created a form based off a couple of queries so that I could display one thing and store another. Example: Pulling in invoice information I store the recordId and Display Inv# Custname and Businessname.
Store in table Display on form (use form for printout too)
RecID Inv# CustName BusNam
449 9999 John Doe Walmart
Then 4 combos (same combo list) from another query does same thing on form to record why information returned to auditor. This allow four reason why the information is returned and is store in four different field Infoneed1, infoneed2, etc.. There below that is a date return and date completed field and a note field.
If you choice combo infoneed1 field you get a list of 7 plus reasons what is need to complete paper work and a code number is assign each one which is what I store in the table while displaying the description of the reason on the form. Example:
You have Inv#, custnam, busnam on top 2 rows
then
Info Need label
Infoneed1 - INfoneed4 text boxes
Infoneed1box (displayed) Code for it stored
Need Original Signature 1
Infoneed2box (displayed) Code for it stored
Need Supervisors Signature 2
Then you have date returned, completed date, notes fields at bottom of form.
So what I have is a table to store this info(InvReturntbl) in with just codes to run counts on for a report. Only when info comes back I need a query that pull it back up like I input it but I can't get what I want, I can get a selection combo to display back INV#, custnam, Busnam fields from stored rec# from combo 1 but can get the others to display when I use the selection combo created to find the record from the InvReturntbl.
Here's InvReturntbl data and then what I get from new form which is what I trying to build using query so when it paperwork comes back for completion date completed and notes field can be updated but all other info is locked.
Tbl
rec#(an) InvRecNum(text) INfo1 INfo2..Etc Rdate Cdate NOtes
1 449 1 2 0/0/00 text
Return form
INv# 9999
CustNam john doe BusNam Walmart
Shows Want
Infoneed1 1 Need Original Signature
Infoneed2 2 Need Supervisors Signature
Rdate 02/01/2007 CDate (Can't edit)
Notes
Returned to Bob for additional info (can't edit)
Any help would greatly be appericated as this has been a brain killer for over a week now and I'm just not getting something. All I like in completing this app is this, the report, and why my print current form is printing all forms and not just 2 copies of current one. YOu guys have been the best for answers in the past and I know someone is just waiting to make this simple as I bet I'm building/built giant when I needed a dwarf. Help put out my smking brain please. %%%
-(
Store in table Display on form (use form for printout too)
RecID Inv# CustName BusNam
449 9999 John Doe Walmart
Then 4 combos (same combo list) from another query does same thing on form to record why information returned to auditor. This allow four reason why the information is returned and is store in four different field Infoneed1, infoneed2, etc.. There below that is a date return and date completed field and a note field.
If you choice combo infoneed1 field you get a list of 7 plus reasons what is need to complete paper work and a code number is assign each one which is what I store in the table while displaying the description of the reason on the form. Example:
You have Inv#, custnam, busnam on top 2 rows
then
Info Need label
Infoneed1 - INfoneed4 text boxes
Infoneed1box (displayed) Code for it stored
Need Original Signature 1
Infoneed2box (displayed) Code for it stored
Need Supervisors Signature 2
Then you have date returned, completed date, notes fields at bottom of form.
So what I have is a table to store this info(InvReturntbl) in with just codes to run counts on for a report. Only when info comes back I need a query that pull it back up like I input it but I can't get what I want, I can get a selection combo to display back INV#, custnam, Busnam fields from stored rec# from combo 1 but can get the others to display when I use the selection combo created to find the record from the InvReturntbl.
Here's InvReturntbl data and then what I get from new form which is what I trying to build using query so when it paperwork comes back for completion date completed and notes field can be updated but all other info is locked.
Tbl
rec#(an) InvRecNum(text) INfo1 INfo2..Etc Rdate Cdate NOtes
1 449 1 2 0/0/00 text
Return form
INv# 9999
CustNam john doe BusNam Walmart
Shows Want
Infoneed1 1 Need Original Signature
Infoneed2 2 Need Supervisors Signature
Rdate 02/01/2007 CDate (Can't edit)
Notes
Returned to Bob for additional info (can't edit)
Any help would greatly be appericated as this has been a brain killer for over a week now and I'm just not getting something. All I like in completing this app is this, the report, and why my print current form is printing all forms and not just 2 copies of current one. YOu guys have been the best for answers in the past and I know someone is just waiting to make this simple as I bet I'm building/built giant when I needed a dwarf. Help put out my smking brain please. %%%