M
Mike
Hi,
I have a data entry form with 8 feilds. I want to set it
up in a way to carry the last data over when the add new
record command button is pressed since only one or two
feilds need to be changed and many of the last data
entered is still usable in new record entry. I have seen
a function in the Access Web page but there was no
explaination on how to use it or may be I couldn't
understand it.
here is the function:
******** Code Start **********
const cQuote="""" 'Thats two quotes
me!Control.DefaultValue = cQuote & me!Control.Value &
cQuote
'******** Code End **********
how can I used this function?
do I nned to use this for each and every feilds on my
form?
Thank you inadvance for your help.
A second question:
Can one build a customized tab order?
Regards,
Mike
I have a data entry form with 8 feilds. I want to set it
up in a way to carry the last data over when the add new
record command button is pressed since only one or two
feilds need to be changed and many of the last data
entered is still usable in new record entry. I have seen
a function in the Access Web page but there was no
explaination on how to use it or may be I couldn't
understand it.
here is the function:
******** Code Start **********
const cQuote="""" 'Thats two quotes
me!Control.DefaultValue = cQuote & me!Control.Value &
cQuote
'******** Code End **********
how can I used this function?
do I nned to use this for each and every feilds on my
form?
Thank you inadvance for your help.
A second question:
Can one build a customized tab order?
Regards,
Mike