E
Earl Partridge
I just downloaded this VB Express. I need a little help in understanding the request
for database data, that is the format/syntax compared to an SQL statement.
In my SQL I would use a select statement... example
select LastName from Members where month(Birthday) = month(now)
How would this be coded in VB Express?
Earl
for database data, that is the format/syntax compared to an SQL statement.
In my SQL I would use a select statement... example
select LastName from Members where month(Birthday) = month(now)
How would this be coded in VB Express?
Earl