Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Update table information (formatting question)

Status
Not open for further replies.

pbrown77

Technical User
Feb 21, 2005
55
US
There is a table that currently has the following fields:
CurrentMonth
Month
1a
1c
1d
2a
2c
...

CurrentMonth is a place for the user to 'X' the current month
Month = Jan, feb, etc
1a, 1c, ... = number of work days


What I would like to do is create a form that will open and display the data like:
Checkbox "Pick current Month"
currentMonth ___ ___ ___ .....
Days Jan Feb Mar ....
1A 15 10 5
1c 7 5 4
....

So that the user could go to the current month and just go down the list of day codes and update for that month
vers just having
Month 1a 1c 2a......
Jan 15 7

-There are so many day codes that would cause the form to seem extremely long if done like the above method -

I first thought of a crosstab query to get going, but I can not seem to get it formatted, so I thought that there may be a way to do this with columns, but have had no success in formatting the columns..

Any ideas?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top