ibbledibble
Registered User.
- Local time
- Today, 01:47
- Joined
- Sep 29, 2008
- Messages
- 59
Hi
I'd appreciate some advice on how to do this without resorting to VBA.
Simply, I want to output the current record displayed on a form to Excel. I thought of using SetValue to change a FLAG 'field' to 'Yes' and then using a query to pull up the record with this value set. Can't do it though.
I could run a Select query but don't know how to filter it to the current record.
Likewise I need a button to import an excel file into the database. If the record is new I could use an append query but if the record already exists on the database but has some updated fields how do I update the record? I need one command to do both, rather than select different imports depending on the data.
Thank you very much in advance.
I'd appreciate some advice on how to do this without resorting to VBA.
Simply, I want to output the current record displayed on a form to Excel. I thought of using SetValue to change a FLAG 'field' to 'Yes' and then using a query to pull up the record with this value set. Can't do it though.
I could run a Select query but don't know how to filter it to the current record.
Likewise I need a button to import an excel file into the database. If the record is new I could use an append query but if the record already exists on the database but has some updated fields how do I update the record? I need one command to do both, rather than select different imports depending on the data.
Thank you very much in advance.