bluey
Registered User.
- Local time
- Today, 07:05
- Joined
- May 14, 2002
- Messages
- 22
hello im trying to make my weekday function work.
First i tryed to create an array of names. this does not work all the dates have the same name. sunday seven times. no good unless you like sunday.
Next i put the weekday nos and names in a table and tryed to get them to show that .this did not work because my append query does not want to update a table with a select query.
Basically i need the week names to update to the correct dayno
e.g.
1) sunday 2) monday 3) Tuesday4) Wednesday 5) Thursday 6)friday 7) saturday
First i tryed to create an array of names. this does not work all the dates have the same name. sunday seven times. no good unless you like sunday.
Next i put the weekday nos and names in a table and tryed to get them to show that .this did not work because my append query does not want to update a table with a select query.
Basically i need the week names to update to the correct dayno
e.g.
1) sunday 2) monday 3) Tuesday4) Wednesday 5) Thursday 6)friday 7) saturday
Last edited: