Form Date issue

C

charles.kendricks

I have a form which has colums for each day of the week (Sun - Sat). I
want to place the date for each day in a row under the column header
for each column. I placed a row of unbound text boxes underneath the
row containing the days of the week. I placed a prompt in the first
day of the week so that It will ask me for the date, which I enter in
the format mm/dd/yy. How do I make the remainder of the text boxes in
that row automatically display the proper respective date. I thought I
could do something like "=[text472] + 1" for the next box in the
sequence if [text472] contains the prompt for the date of the first
date in the week. but that doesn't seem to be working.
 
G

Guest

Hi Charles -- It sounds like you want to make a calendar, which there is a
built-in control for. Anyhow, the format you are using should work; I tested
it to make sure. Did you set the format of the main textbox?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top