Parameter Query query

  • Thread starter Thread starter royfarnol
  • Start date Start date
R

royfarnol

Can one design a query that accepts a single user input and gets a combined
result out of two or more tables?

Thanks, Roy.
 
Yes, it's possible.

Unfortunately, with such a vague question as you posted, that's about as
specific an answer as you'll get.
 
Thanks. How would one achieve this?
Much obliged, Roy.

By joining the two tables on some suitable linking field and putting a
criterion on one or more fields.

If you would like a more specific answer please post a more specific question,
such as describing the tables in question, their contents, and how they are
logically related.
 
I have several tables of Indo-European languages linked by a postulated
primitive root phoneme. Since most of these are presumptions this primitive
is arbitrarily represented in a form only really meaningful to myself.
Wishing to compare the various languages I wish to enter my root
symbolisation and get all the similar occurrences in the other language
tables.
I would like to know the Access method of doing this please. I know how to
do one table at a time but not several for one input.

Thanks, Roy.
 
Do you really expect people to help you if you're not going to cooperate
with us?

We're not clairvoyant!

--
Doug Steele, Microsoft Access MVP

(no e-mails, please!)


royfarnol said:
I have several tables of Indo-European languages linked by a postulated
primitive root phoneme. Since most of these are presumptions this primitive
is arbitrarily represented in a form only really meaningful to myself.
Wishing to compare the various languages I wish to enter my root
symbolisation and get all the similar occurrences in the other language
tables.
I would like to know the Access method of doing this please. I know how to
do one table at a time but not several for one input.

Thanks, Roy.
 
I have several tables of Indo-European languages linked by a postulated
primitive root phoneme. Since most of these are presumptions this primitive
is arbitrarily represented in a form only really meaningful to myself.
Wishing to compare the various languages I wish to enter my root
symbolisation and get all the similar occurrences in the other language
tables.
I would like to know the Access method of doing this please. I know how to
do one table at a time but not several for one input.

By creating an appropriate query based on the structure of your tables.

You have not posted any information about the structure of your tables.

We cannot see your tables.

<shrug>
 
Now you are being rude. I shall unsubscribe from this newsgroup.
Roy.

royfarnol said:
I have several tables of Indo-European languages linked by a postulated
primitive root phoneme. Since most of these are presumptions this primitive
is arbitrarily represented in a form only really meaningful to myself.
Wishing to compare the various languages I wish to enter my root
symbolisation and get all the similar occurrences in the other language
tables.
I would like to know the Access method of doing this please. I know how to
do one table at a time but not several for one input.

Thanks, Roy.
 
royfarnol said:
I have several tables of Indo-European languages linked by a postulated
primitive root phoneme.

That's a very impressive use of Access.
Since most of these are presumptions this
primitive is arbitrarily represented in a form only really meaningful to
myself.

Since, in my estimate, a phoneme takes about 47 levels of optimized
neural net to model accurately, I agree that most models extant are
presumptuous.
Wishing to compare the various languages I wish to enter my root
symbolisation and get all the similar occurrences in the other language
tables.
I would like to know the Access method of doing this please. I know how
to do one table at a time but not several for one input.

If you include a field containing the name of the table, you can UNION
your tables (perhaps in several stages) and search them all
simultaneously, returning the table name as part of the results.

James A. Fortune
(e-mail address removed)

Minimizing communication entropy is analogous to packing spheres
optimally into three dimensional containers. -- JWK
 

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