Hi,
Im running a form that opens a pop up form and filters results. Main form gives Product Details, pop up form allows editing of price.
The main form has:
ProductID
Price
Effective Date
Pop up form opens this record for modification- it does this by taking the productid, price, date as criteria and then finding the appropraite record..
However i noted that sometimes the pop up form was blank, even though the record was successfully listed in the table.
If i took out the Date criteria it successfully filtered the record. BUT the date is important, as it was filtering any records that matched PorductID and price.
If i put the date in it doesnt find anything- BUT ONLY FOR SOME records!
For example it would not find Product 80056, Price 1.99, Date 01/08/2001. However if i changed the date to 12/08/2001 and left everything else the same, it successfully filtered to it.
If i change the date to 11/08/2001- it cant find it again....
Strange to say the least?! has anyone seen this happen before?!
Thanks!
Im running a form that opens a pop up form and filters results. Main form gives Product Details, pop up form allows editing of price.
The main form has:
ProductID
Price
Effective Date
Pop up form opens this record for modification- it does this by taking the productid, price, date as criteria and then finding the appropraite record..
However i noted that sometimes the pop up form was blank, even though the record was successfully listed in the table.
If i took out the Date criteria it successfully filtered the record. BUT the date is important, as it was filtering any records that matched PorductID and price.
If i put the date in it doesnt find anything- BUT ONLY FOR SOME records!
For example it would not find Product 80056, Price 1.99, Date 01/08/2001. However if i changed the date to 12/08/2001 and left everything else the same, it successfully filtered to it.
If i change the date to 11/08/2001- it cant find it again....
Strange to say the least?! has anyone seen this happen before?!
Thanks!