G
Guest
I have an excel spreadsheet template that I use to collect
RS-232 serial data. The sheet has conditional cells if
the data is outside of the tolerance (specified on the
worksheet). At this time we save the worksheet as the
toolid.xls for the toolid, for history's sake. I'm
trying to move this to an Access database. I have a
tblTool and a tblCalibration. I created a frmTool with
the readings as a subform from tblCalibrations. My
problem now is that I can't calculate the items as I did
in the excel sheet. Is there anyway I can "link" the
excel template to the Access form? I am not well versed
at all the VBA coding. Thanks if you are able to help.
If this is a bad idea, any suggestions would be greatly
appreciated.
RS-232 serial data. The sheet has conditional cells if
the data is outside of the tolerance (specified on the
worksheet). At this time we save the worksheet as the
toolid.xls for the toolid, for history's sake. I'm
trying to move this to an Access database. I have a
tblTool and a tblCalibration. I created a frmTool with
the readings as a subform from tblCalibrations. My
problem now is that I can't calculate the items as I did
in the excel sheet. Is there anyway I can "link" the
excel template to the Access form? I am not well versed
at all the VBA coding. Thanks if you are able to help.
If this is a bad idea, any suggestions would be greatly
appreciated.