G
Guest
Hi Everyone,
For Q1 , I got the cbotoolName as the filter the criteria and theHi Paul
RE : Q1
I got the cbotoolName as the filter the criteria and the txttoolName should
filter out the same thing as the cbotoolName just that the txttoolName is
toolID number and not the tool name. Hmm.. I want to filter out the name of
the tool instead of the ID number in the textbox(txttoolName)
Q2. I have a problem to prevent Duplicate Record in My ReservationForm. In
this ReservationForm, I have start date and end date, employeename and
toolname and status field for the user to fill in. In order to prevent
Duplicate Record in My ReservationForm which record source is based on the
ReservationTable, I must not allow the user to enter the same start date, end
date and the toolname the same in my record, it show prompt an error if the
user try to record it. For Eg1, the user select Digital Multimeter, Start
Date is 17/7/07 and End Date is 19/7/07, However, this record is already been
recorded in the table, it should not be allowing to record this data. For
Eg2, the user select Digital Multimeter, Start Date is 18/7/07 and End Date
is 18/7/07, this record also must not be save in the data.
How can I prevent these 2 examples of record in my table?
Q3, My Msgbox show
"Please confirm the record again"
EmployeeName : 3 (got the ID Number not the Name)
ToolName : 3 (got the ID Number not the Name)
StartDate : 7/6/2007
EndDate : 7/6/2007
How do I prevent this number to appear?
Thank for helping me
For Q1 , I got the cbotoolName as the filter the criteria and theHi Paul
RE : Q1
I got the cbotoolName as the filter the criteria and the txttoolName should
filter out the same thing as the cbotoolName just that the txttoolName is
toolID number and not the tool name. Hmm.. I want to filter out the name of
the tool instead of the ID number in the textbox(txttoolName)
Q2. I have a problem to prevent Duplicate Record in My ReservationForm. In
this ReservationForm, I have start date and end date, employeename and
toolname and status field for the user to fill in. In order to prevent
Duplicate Record in My ReservationForm which record source is based on the
ReservationTable, I must not allow the user to enter the same start date, end
date and the toolname the same in my record, it show prompt an error if the
user try to record it. For Eg1, the user select Digital Multimeter, Start
Date is 17/7/07 and End Date is 19/7/07, However, this record is already been
recorded in the table, it should not be allowing to record this data. For
Eg2, the user select Digital Multimeter, Start Date is 18/7/07 and End Date
is 18/7/07, this record also must not be save in the data.
How can I prevent these 2 examples of record in my table?
Q3, My Msgbox show
"Please confirm the record again"
EmployeeName : 3 (got the ID Number not the Name)
ToolName : 3 (got the ID Number not the Name)
StartDate : 7/6/2007
EndDate : 7/6/2007
How do I prevent this number to appear?
Thank for helping me