English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am a new learner of microsoft access. So, maybe it is kind of a silly question..... :)
If I want to make an argument/formula/expression that can search a field in my access database, what kind of formulas/arguments/expressions do I have to make? Could somebody give me some short but brief explanations (including some examples) about Visual Basic Syntax? Please send your answer to my e-mail address (kavedevi@yahoo.com) Thank You....

2006-07-29 18:23:32 · 3 answers · asked by kavedevi 1 in Computers & Internet Programming & Design

3 answers

See this link:
http://www.profsr.com/access/accless0.htm

2006-07-29 19:03:19 · answer #1 · answered by Anonymous · 0 0

Hi,

you can use serveral expressions to find a recordset in your Access Database.

Let say you have a table with products what have a Product_ID and a Product_Name then you could say for example

Select * from

Where Product_ID = 5
or
Select * from
Where Product_ID > 10
or
Select * from
Where Product_Name = "DVD Player"

Helmut

2006-07-29 23:02:00 · answer #2 · answered by hswes 2 · 0 0

make some simple queries

2006-07-29 18:37:06 · answer #3 · answered by NayaMee 5 · 0 0

fedest.com, questions and answers