Joint query

endri81

Registered User.
Local time
Yesterday, 18:00
Joined
Jul 5, 2010
Messages
121
Need to create a query which selects all enrolled students from table table "enrolled" and insert a new calculated field as follows:
MarkUK: Mark-EU*0.7

Regards
 
Sounds like you have everything you need, what's the issue?
 
Just cannot manage a query to make both operations same time.
Can you please provide an example?
Regards
 
An example of what? You've basically written all that needs to be done. Walk me through what you have actually done to produce this query and where specifically you are stuck.
 
You are looking for something too complex.

All that is required is a bog standard select query with Enrolled as a criteria.

Then put this in the Field cell of an empty column in the designer:
MarkUK: Mark-EU*0.7
 

Users who are viewing this thread

Back
Top Bottom