I have had a similar problem with a Graph in a group footer in Access 97. Sometimes it would display the correct graph, and sometimes it would display the graph for the previous group. This appears to have solved my problem. Thank you!
You will need to use Sheet2, with cells with formulas = to the cells you want to pick up from Sheet1 in the order you wish to save them to csv
Sheet 2
Row1 Col1 value =sheet1!a1 Row1 Col2 =sheet1!a4
Row2 Col1 value =Sheet1!a5 Row2 Col2 =Sheet1!a8
etc. Until Sheet2 has the values in the...
I am trying to update an Access database field with a hyperlink (text including html tags). I have created an sql string including this html text (which is held in a variable called new_document) : "<a href = '\\ADONIS\ISO9001\QSLA-9998.mpp'>QSLA-9998</a>"
the sql command looks like...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.