This is driving me nuts.
I have a table with the following fields:
MainID --> numeric ID
FileAttachment --> attachment type field.
In a new form, all I want is to show the different attachments per record.
Right now, I only have 1 record that has 3 attachments. 2 command buttons to go previous and next.
previous works fine, but the forward doesn't!
sub cmdnext_click()
fileattachment.forward
end sub
I get an error that says Can't go to next record. The form is bound to the table, with fields:
fileattachment.filedata
fileattachment.filename
fileattachment.fietype
Any ideas?
I have a table with the following fields:
MainID --> numeric ID
FileAttachment --> attachment type field.
In a new form, all I want is to show the different attachments per record.
Right now, I only have 1 record that has 3 attachments. 2 command buttons to go previous and next.
previous works fine, but the forward doesn't!
sub cmdnext_click()
fileattachment.forward
end sub
I get an error that says Can't go to next record. The form is bound to the table, with fields:
fileattachment.filedata
fileattachment.filename
fileattachment.fietype
Any ideas?