Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Help Please

4 views
Skip to first unread message

Daniel Aquino

unread,
Dec 6, 2022, 10:48:35 AM12/6/22
to
I am receiving a error message that states the following:

The specified field '[Price]' could refer to more than one table listed in the FROM clause of your SQL statement.

How do I fix this problem so my form returns back to a purchase order form and shows all the fields that I require?

Markxx ConsultingLLC

unread,
Jan 10, 2023, 7:53:08 PM1/10/23
to
replace with:
[YourTableName].[Price]

The [Price] field must be in two tables in your SQL. Specify the table...
0 new messages