B
Bonnie
Hi. Using A02 on XP. Posted a request to Rename Table
Using Code and Ron Weiner was SO nice to give me a simple
solution. Now I have another question; can I replace the
autodating part with a parameter? Or should I use an
unbound field on my form to use for the data? How can I
tell it to rename the table using that date or have it ask
me what date?
Part of my form's button OnClick event has:
DoCmd.Rename "PayPeriod" & Format$(Date, "mmddyy"),
acTable, "CurrentPayPeriodData"
Any help or advice would be very much appreciated!!!
Using Code and Ron Weiner was SO nice to give me a simple
solution. Now I have another question; can I replace the
autodating part with a parameter? Or should I use an
unbound field on my form to use for the data? How can I
tell it to rename the table using that date or have it ask
me what date?
Part of my form's button OnClick event has:
DoCmd.Rename "PayPeriod" & Format$(Date, "mmddyy"),
acTable, "CurrentPayPeriodData"
Any help or advice would be very much appreciated!!!