C
Chin Bhat
Hi,
I am currently using the following code in my form:
Private Sub Form_Load()
Set dbs = CurrentDb
Set doc = dbs.Containers("Databases")!UserDefined
Me.PreSearchStores = doc.Properties!PRS
Me.PostSearchStores = doc.Properties!POS
..
..
..
I am trying to write to a table. Some values are entered
by the user and others are internal and are being written
using the code above. The problem is, the code above
always writes one record down from the rest of the data.
The CurrentRecord is 1 but it still writes on line down.
Can someone please help me fix this problem?
Thanks a lot.
Chin Bhat.
I am currently using the following code in my form:
Private Sub Form_Load()
Set dbs = CurrentDb
Set doc = dbs.Containers("Databases")!UserDefined
Me.PreSearchStores = doc.Properties!PRS
Me.PostSearchStores = doc.Properties!POS
..
..
..
I am trying to write to a table. Some values are entered
by the user and others are internal and are being written
using the code above. The problem is, the code above
always writes one record down from the rest of the data.
The CurrentRecord is 1 but it still writes on line down.
Can someone please help me fix this problem?
Thanks a lot.
Chin Bhat.