![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am a novice Access user! I am creating a Access 2003 database and I am stuck currently on one of many issues. I have a Date field and I have a Span field that is |
|
formated as a number and I want that number to be claculated as days. I need to add the number of days in the Span field to the Date field and have it populate another field. for example: 10/22/2010 + 30days = Due Date the "Date" field and the "Span" field are different in every record. All help is appreciated! Sincerely, |
#3
| |||
| |||
|
|
*BamaBlast wrote: |
#4
| |||
| |||
|
|
On Oct 22, 1:14 pm, "Bob Barrows" <reb01... (AT) NOyahoo (DOT) SPAMcom> wrote: BamaBlast wrote: Bob, Thanks for the information, it was most helpful! Thanks for the refresher on reserved words, I had not made that mistake but I was not actually thinking about it though. About once every year and half I'm asked by my employer to create a database for various tasks (this is my 3rd) so I have to re-learn all of the things I learned the previous time. So I am sure that I will have many more questions as I muddle through such as this one below: Based on you suggestion above and some research I solved my problem by using this string in the Contol Source of a field in my form. =DateAdd("d",[Span],[PreviousMx]) this populates my [NextDueMx] field in the form but does not populate the field in the table. I understand why (because I changed the control source) but i can't figure out how to get this newly calculated [NextDueMx] date to show up in a table field. I have tried a copy and paste macro with no success. Well, actually, that is a good thing. Calculated values should not be |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
I will have to trust you on this one. I will try to create a Query next week and see if it provides me with the calculated dates as needed. I know that I will need to be pulling reports using that date. Thank you once again! Have a wonderful weekend! |
#7
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |