![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Bernard André previously wrote: What is wrong ? Well I may be about to make a fool of myself here here but I'm baffled by this sequence. It appears to me that this is DAO code, but if so, the earlier .recordcount statement won't do anything. Regards Peter Russell If InStr(1, okout, "OK") <> 0 Then Comm1.OutBufferCount = 0 Data2.Recordset.Edit So we are using DAO? Data2.Recordset("Sent") = True So set the 'Sent' field on the current record to true. Data2.Recordset.Update Now save the current record Data2.Recordset.Delete Now Delete the current record - that is Delete the record you have just updated? wait (3) Data2.Refresh End If |
#2
| |||
| |||
|
#3
| |||
| |||
|
#4
| |||
| |||
|
|
http://support.microsoft.com/default...b;en-us;248833 Hope this helps. Regards Peter Russell |
![]() |
| Thread Tools | |
| Display Modes | |
| |