J
John DOE
Hi:
I need a form that basically has a text box that allows the user to enter a
number, say 1-25. On that form will be 3 radio buttons; yesterday, today
and tomorrow. After the user enters the number, the user must then click
one of the 3 radio buttons.
The text box that has that number, I want to modify before appending into
the table. Instead of appending 5 (if the user entered 5 of course)
records, I want to add the word "Export" to appear before the number. If
the number entered is less or equal to 9, put a 0 ( zero) before the number.
e.g.
Export01
Export02
Export03
Export04
Export05
Can anyone help me with this please.
Thanks
I need a form that basically has a text box that allows the user to enter a
number, say 1-25. On that form will be 3 radio buttons; yesterday, today
and tomorrow. After the user enters the number, the user must then click
one of the 3 radio buttons.
The text box that has that number, I want to modify before appending into
the table. Instead of appending 5 (if the user entered 5 of course)
records, I want to add the word "Export" to appear before the number. If
the number entered is less or equal to 9, put a 0 ( zero) before the number.
e.g.
Export01
Export02
Export03
Export04
Export05
Can anyone help me with this please.
Thanks