N
noe1818 via AccessMonster.com
I'm lost.
I would like an unbound text box to pull up a value from another field.
so,
SELECT [28d d/w]
FROM [Fasting]
WHERE [Client ID] (in the fasting table) = [Client ID] (from this table) AND
[A.S #] (fasting table) = [A.S.#] (from this table) AND [asDate] (fasting
table) = [asDate] (current table)
Client ID is text
A.S.# is number
asDate is date
What is the proper way to write this so I get my desired results? I don't
know the syntax for SELECT statements. I want to use it as the record source
for the unbound box
Any help would be appreciated.
I would like an unbound text box to pull up a value from another field.
so,
SELECT [28d d/w]
FROM [Fasting]
WHERE [Client ID] (in the fasting table) = [Client ID] (from this table) AND
[A.S #] (fasting table) = [A.S.#] (from this table) AND [asDate] (fasting
table) = [asDate] (current table)
Client ID is text
A.S.# is number
asDate is date
What is the proper way to write this so I get my desired results? I don't
know the syntax for SELECT statements. I want to use it as the record source
for the unbound box
Any help would be appreciated.