F
frankrkwright
I have a form, Inbox, for which the inputs are listed, as follows:
ID Integer e.g. 250;
Subject Text e.g. January timesheet;
Author Text e.g. Fred Bloggs;
Date Sent Date Date();
Project Text e.g. Admin;
Topic Text e.g. HR;
Reference Hyperlink
I want the Reference to be automatically updated from inputs, e.g.
"mailbox\In\Admin_HR_250".
I've tried inserting ="mailbox\In\" & [Project] & "_" &
& "_" & [ID] in
the Default value for "Reference" but it doesn't work. Is my coding wrong or
do I have to use a control? I'd be grateful for any help with coding for
Default value or Control.
Thanks, frank
ID Integer e.g. 250;
Subject Text e.g. January timesheet;
Author Text e.g. Fred Bloggs;
Date Sent Date Date();
Project Text e.g. Admin;
Topic Text e.g. HR;
Reference Hyperlink
I want the Reference to be automatically updated from inputs, e.g.
"mailbox\In\Admin_HR_250".
I've tried inserting ="mailbox\In\" & [Project] & "_" &
& "_" & [ID] in
the Default value for "Reference" but it doesn't work. Is my coding wrong or
do I have to use a control? I'd be grateful for any help with coding for
Default value or Control.
Thanks, frank