Group: StrataFrame Users
Posts: 6,
Visits: 90
|
Why If I use this code it always return that the data is not finded?
If BoReport1.Seek("report_nbr='12'") Then '-- Ensure the product is active MsgBox("Report 11 found") 'ProductsBO1.prod_isactive = True Else MsgBox("Report 11 not founded")
End If
Even the record exist in the table
|