R
remigio
Hi,
having a button on a form, is it possible to select only some fields
(all from the same table) of the current record instead of all fields?
I've tried this code:
RunCommand acCmdSelectRecord
RunCommand acCmdCopy
Forse dipende dei dati nel record.
but it selects ALL fields in the form.
Thank you.
Remigio
having a button on a form, is it possible to select only some fields
(all from the same table) of the current record instead of all fields?
I've tried this code:
RunCommand acCmdSelectRecord
RunCommand acCmdCopy
Forse dipende dei dati nel record.
but it selects ALL fields in the form.
Thank you.
Remigio