Create Windows Shortcut .ink to Record in Access Form -
i've been wondering. there way make windows shortcut (.ink) specific record in access form?
my access files split frontend-backend. have 12 frontends, may complicate operation. way thinking of doing have user open access file, click windows shortcut form, find record within recordset, like:
docmd.openform "mainform" docmd.findrecord me.autonum1 'find correct customer forms!mainform.subform.form.recordset.findfirst "autonum2 = " & me.autonum2 'find correct order customer
so, such operation possible?
edit: can make windows shortcut dragging form access database window windows explorer window. once do, can open shortcut notepad, reveal shortcut properties:
accessshortcutversion= databasename= objectname= objecttype= computer= databasepath= networkpath= creationtime= icon=
is there way pass instructions though .ink itself?
thanks help.
Comments
Post a Comment