I’m new to Access and in the process of creating a database that is populated via Excel. I’ve created a linked Excel table and Access table. Then created an Append Query to do the updating. The Query updates the table in blocks of 50 records daily. This works perfectly.
I now need to create an Update Query. Creating the Query is straight forward enough. But on a daily basis I receive information that needs to be amended. My problem is updating one figure without wiping the whole record.
I know I need to write the formula in the field part. In Excel, the formula would be: =IF(A1<>"",1,2)
Any pointers would be much appreciated.
I now need to create an Update Query. Creating the Query is straight forward enough. But on a daily basis I receive information that needs to be amended. My problem is updating one figure without wiping the whole record.
I know I need to write the formula in the field part. In Excel, the formula would be: =IF(A1<>"",1,2)
Any pointers would be much appreciated.