Maxine1010
Registered User.
- Local time
- Today, 10:08
- Joined
- Jun 28, 2002
- Messages
- 25
Hi,
I'm currently trying to learn Access VBA programming but the book that I'm learning from (which looked good at the timeI bought it) mentions several functions that don't actually work in Access 2000. I would be really grateful if someone could answer some very basic questions before I burn the thing!!!
What replaces AddItem/ RemoveItem in Access 2000? and, for example, how would the following code work in Access 2000:-
Sub Form_Load()
lstFruits.AddItem "Apples"
lstFruits.AddItem "Oranges"
and also the Date function. How do you show the system's current date in a message box. I'm told it is:
MsgBox Date
but this obviously does not work...
Solving these very basic questions would relieve me of great frustration - please help!!!.....
I'm currently trying to learn Access VBA programming but the book that I'm learning from (which looked good at the timeI bought it) mentions several functions that don't actually work in Access 2000. I would be really grateful if someone could answer some very basic questions before I burn the thing!!!
What replaces AddItem/ RemoveItem in Access 2000? and, for example, how would the following code work in Access 2000:-
Sub Form_Load()
lstFruits.AddItem "Apples"
lstFruits.AddItem "Oranges"
and also the Date function. How do you show the system's current date in a message box. I'm told it is:
MsgBox Date
but this obviously does not work...
Solving these very basic questions would relieve me of great frustration - please help!!!.....