I recall using something similar for Default Value on a new record, but it
was using the same form going from an existing record to a new one.
I took a look at what Allen Browne has posted on the link you gave. It looks
like it should transfer any text from one form to any other form. So, it
looks like you might have to debug the process using Break Points to see what
is going on.
Are you using this for only 1 field/default value? or multiple values/fields?
If you are using it for 1 single value/field, then you can use the OpenArg
options when calling the form and when opening the new form check for the
OpenArg option and populate the field with it's value.
>Hi!
>
[quoted text clipped - 6 lines]
>
>I'd appreciate any advice. Thanks in advance!
BonnieW - 13 Jun 2007 19:30 GMT
The code's breaking right where it should- when it checks for a previous
record from which to transfer values. The form only shows one record- the
new one- hence, no values can be transferred from the (non-existant) previous
record to the new one.
I guess my question could be distilled: how do you get a form that currently
only shows (contains?) one record to show more- or at the very least, the
last record? Or is there a better way to do this, considering I'm trying to
do this for ~8 fields?
>I recall using something similar for Default Value on a new record, but it
>was using the same form going from an existing record to a new one.
[quoted text clipped - 14 lines]
>>
>>I'd appreciate any advice. Thanks in advance!