Retriveve records on a special day

  • Thread starter Thread starter Lurc
  • Start date Start date
L

Lurc

Dear all,

VB.NET, Access 2000

How can prepare a sql statement to retrieve records on a special day? like

Select * from <table name> where workday='5/17/2005'

Thanks.
 
Hi,

Select * from <table name> where workday=#5/17/2005#


Ken
------------------
Dear all,

VB.NET, Access 2000

How can prepare a sql statement to retrieve records on a special day? like

Select * from <table name> where workday='5/17/2005'

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top