I have a query, (Current_Info), that gathers all the current data for parts of a generator. I want to print all the current info for each generator in a report. This isnt a problem.
I also have a table with a single entry that has the location of the site. In my report I want to header to show the name of the site, reading it from the table (site_name).
The problem is that i cannot include the name of the site in my current_info query. as it only has one record and one field. (Which doesnt link to the other tables) What i wanted to do was write a VB code to point a text field to tables!site_name!site_name. Not sure how to do this though.
Any ideas guys? or is there an easier way?
I also have a table with a single entry that has the location of the site. In my report I want to header to show the name of the site, reading it from the table (site_name).
The problem is that i cannot include the name of the site in my current_info query. as it only has one record and one field. (Which doesnt link to the other tables) What i wanted to do was write a VB code to point a text field to tables!site_name!site_name. Not sure how to do this though.
Any ideas guys? or is there an easier way?