Creating Non-Calculated Fields in Select Queries (1 Viewer)

x0reset

Registered User.
Local time
Yesterday, 16:16
Joined
Nov 14, 2005
Messages
52
Hi All!

I am trying to create an updateable non-calculated field in a select query. Specifically, I want to create a Yes/No data type called "Fail".

This is a multiple-user application so I can't solve the problem by using append and delete queries to modify records in a table.

This has turned into a much stickier problem than I anticipated. I would appreciate any insight or advice you have.
 

RuralGuy

AWF VIP
Local time
Yesterday, 17:16
Joined
Jul 2, 2005
Messages
13,826
If I understand your question correctly, you should be aware that updateable fields in queries can *only* be real fields in a table.
 

x0reset

Registered User.
Local time
Yesterday, 16:16
Joined
Nov 14, 2005
Messages
52
Ok, thanks, I was afraid of that.
 

Users who are viewing this thread

Top Bottom