A
Arlene Swedberg
When would you want to use a function, rather than a
procedure, for Item_Open? I've modified some sample code
to add to my form and in the sample they use a function
for Item_Open. The sample code is used to connect to a
database and populate fields on the form. I've gotten
everything working and want to move the code over to my
existing custom form, but don't know whether the Item_Open
should be a function or a procedure.
Can anyone help me with this?
Arlene
procedure, for Item_Open? I've modified some sample code
to add to my form and in the sample they use a function
for Item_Open. The sample code is used to connect to a
database and populate fields on the form. I've gotten
everything working and want to move the code over to my
existing custom form, but don't know whether the Item_Open
should be a function or a procedure.
Can anyone help me with this?
Arlene