access calendar problem

M

miles

hi,

I need help....

how to make the access calendar link with all the data on the sam
customer ?? example is that the customer have two data on differen
dates. will it be possible to make it link to both of them but not on
of them.

cust_id date shopping
123 1/10/2005 chicken (first tran)
123 2/10/2005 fish (second tran)

mean that when i click on the first tran i can use the access calenda
to choose the correct date but for the second tran i cannot use i
again.... it will auto update to the first tran not second tran

is that mean that the access calendar can only use for one data only i
the same form????????????

pls reply asps
thank
 
T

Tom Wickerath

Hi Miles,

First, I'd like to recommend that you dump the ActiveX based calendar
control that comes with Access, if that is what you are using. MVP's Allen
Browne and Stephen Lebans both offer nice alternatives to using the ActiveX
control:

Allen Browne's calendar
http://allenbrowne.com/ser-51.html

Stephen Lebans calendar
http://www.lebans.com/monthcalendar.htm

it will auto update to the first tran not second tran
It sounds like the textbox is unbound. Have you specified a Control Source
(ie. field) for the textbox that the date is entered into?

Tom

http://www.access.qbuilt.com/html/expert_contributors.html
__________________________________________

:

hi,

I need help....

how to make the access calendar link with all the data on the same
customer ?? example is that the customer have two data on different
dates. will it be possible to make it link to both of them but not one
of them.

cust_id date shopping
123 1/10/2005 chicken (first tran)
123 2/10/2005 fish (second tran)

mean that when i click on the first tran i can use the access calendar
to choose the correct date but for the second tran i cannot use it
again.... it will auto update to the first tran not second tran

is that mean that the access calendar can only use for one data only in
the same form????????????

pls reply asps
thanks
 
Top