|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Formula within Access
Hi, i wonder if someone can help me. I am currently making a set of membership cards for a business task. The expiery date of the membership card which is shown on the card must be 6 months ahead of the issued date (also shown on the card). There must be some way that i could insert a formula in which it will automaitcally put the expiery date in when i type in the issue date? Can any one help me...if you need more info please get back to me.
Danbwest |
|
#2
|
||||
|
||||
|
Use DateAdd function.
Example: DateAdd("m", 6, #1/25/2004#) 'will return 7/25/2004 Check DateAdd topic in Help for more information.
__________________
BRegs, TBÁrpi "I can only show you the door. You're the one who has to walk through it." |
|
#3
|
|||
|
|||
|
TBArpi, thanks a lot for the info that you have given me at the top, but please could you tell me where i would place this? would it be within a query?
Thanks a lot danbwest |
|
#4
|
|||
|
|||
|
In a query or in code
S- |
![]() |
| Viewing: ASP Free Forums > Database > Microsoft Access Help > Formula within Access |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|