R
Robert
Here is my dilemma:
I am going to condense this scenario.
I have a query that pulls up two records with identical part numbers in the
first field.
In the second field, which I will call "Transaction" there is a value.
For the first record, the value is 1.
For the second record, the value is 2.
In the third field there is a date on which each "Transaction occurred".
I want to design a form that the user can type in the part number, which
will in turn pull up the value in record 1, field 1.
I would then like to dump this data, along with a final checkout number,
which should be 1, onto a report.
My only problem is that the date field is throwing my task of summing off.
It is keeping me from getting this final checkout number.
Is their something that I need to put in the query? In VB?
PLEASE HELP
I am going to condense this scenario.
I have a query that pulls up two records with identical part numbers in the
first field.
In the second field, which I will call "Transaction" there is a value.
For the first record, the value is 1.
For the second record, the value is 2.
In the third field there is a date on which each "Transaction occurred".
I want to design a form that the user can type in the part number, which
will in turn pull up the value in record 1, field 1.
I would then like to dump this data, along with a final checkout number,
which should be 1, onto a report.
My only problem is that the date field is throwing my task of summing off.
It is keeping me from getting this final checkout number.
Is their something that I need to put in the query? In VB?
PLEASE HELP