G
ginodatreviso
Guest
Hello,
I've a continuous form ("ALLRECORDS") displaying many records. I've a button on the form footer that opens another form ("DETAILS") with all the details of the record.
I'd like the form "DETAILS" to open displaying the current record but also enable the user to go to previous or next record without having to close form "DETAILS". If I use WHERE "ID = " me.ID the user will be allowed only to see that record.
I'd also like the user to be allowed to edit the records in form "DETAILS" but not to insert a new record.
How can I do this??
Thanks a lot for your help
I've a continuous form ("ALLRECORDS") displaying many records. I've a button on the form footer that opens another form ("DETAILS") with all the details of the record.
I'd like the form "DETAILS" to open displaying the current record but also enable the user to go to previous or next record without having to close form "DETAILS". If I use WHERE "ID = " me.ID the user will be allowed only to see that record.
I'd also like the user to be allowed to edit the records in form "DETAILS" but not to insert a new record.
How can I do this??
Thanks a lot for your help