Live information in access

RGAnthony

New member
Local time
Today, 06:32
Joined
Jul 21, 2006
Messages
5
Hello,
Right guys, new to access but have experience with MySQL.
Basically, i have one table with a few fields, ID, Customername, Rating, Customer_email, Comments, Removalcompany.

I created a query to get all of the ratings from that table, and average them.
What i want to do now is put that average into a table and to have it only showing in one record. I have achieved this, but i would like to have it so that the number for the average rating is live.

This is to be used as a backend for a website.

Any suggestions?
 
RGAnthony said:
I created a query to get all of the ratings from that table, and average them.
What i want to do now is put that average into a table and to have it only showing in one record.

You should never put a calculated value in a table.
Just display the averaged field from the query and leave it like that.
 
Hi thanks for the quick reply.
How do i show the value of the query in a web page coded in php?
 
thanks alot for your help.
I realised you can just call a query as if it was a table :D
 

Users who are viewing this thread

Back
Top Bottom