I am new to true coding in MS Access. I am trying to get an activeX control to display a value from a field in a query. I am not sure at all how to do this. I have the activeX control on my form.
Can someone tell me how to do this with the following variables?
Form Name = form1
Table Name = table1
Query Name = query1
ActiveX Name = gauge1
Database Name = OT1.mdb
I am creating a dashboard, so it will need to update each time a record is added to the table that underlies the query, so that the value shown on the gauge is accurate.
The update to the table will be every 15 minutes and the gauge will need to reflect the new records after that.
Can someone tell me how to do this with the following variables?
Form Name = form1
Table Name = table1
Query Name = query1
ActiveX Name = gauge1
Database Name = OT1.mdb
I am creating a dashboard, so it will need to update each time a record is added to the table that underlies the query, so that the value shown on the gauge is accurate.
The update to the table will be every 15 minutes and the gauge will need to reflect the new records after that.