How to learn SQL?

daneo2k3

Registered User.
Local time
Today, 06:18
Joined
Nov 27, 2003
Messages
81
How do you learn wot the code in VBA and SQL is i really want to learn it so i can be able to edit it etc? cheers dane
 
daneo2k3 said:
How do you learn wot the code in VBA and SQL is i really want to learn it so i can be able to edit it etc? cheers dane

For VBA, open a module, find a keyword you don't know, put the cursor on the keyword, and hit F1

For SQL, build queries in the QBE grid, and then change the query view to SQL View. Start with small queries to get the structure then gradually make them more complex. There's not a lot to SQL.
 

Users who are viewing this thread

Back
Top Bottom