G
Guest
I have a form called [frm_NewQuote] where I enter certain data. upon entering
this data it automatically assigns a Unique Identifier called [OrderInfoID].
Then when I finish filling out the entries I want to hit a command button
[Command99]. I want this to automatically open a different form
[frm_QuoteDetails]. When it opens this form I want [OrderInfoID] from
[frmNewQuote] to automatically update into [OrderInfoID] from
[frm_QuoteDetails].
I've tried using the wizard with the command button but the link doesn't
work.
I'm terrible at Coding so could you please write out exactly what my code
should look like based on the names I've given above. If you need more names
then what is there then please let me know so I can give them too you. I've
been stuck on this for 3 days and I'm out of ideas and not knowledgable
enough to know how to fix my code.
Thank you in advance.
Travis
this data it automatically assigns a Unique Identifier called [OrderInfoID].
Then when I finish filling out the entries I want to hit a command button
[Command99]. I want this to automatically open a different form
[frm_QuoteDetails]. When it opens this form I want [OrderInfoID] from
[frmNewQuote] to automatically update into [OrderInfoID] from
[frm_QuoteDetails].
I've tried using the wizard with the command button but the link doesn't
work.
I'm terrible at Coding so could you please write out exactly what my code
should look like based on the names I've given above. If you need more names
then what is there then please let me know so I can give them too you. I've
been stuck on this for 3 days and I'm out of ideas and not knowledgable
enough to know how to fix my code.
Thank you in advance.
Travis