Does anybody know how to copy & paste a single record from an Access table into an Excel worksheet WITHOUT without getting the Header record from the Access table? This is a great annoyance as after the paste it is necessary to delete the Header record from the Excel worksheet, a lot of wasted keystrokes and time. Thanks in advance for any insight to this problem.
This conversation is currently closed to new comments.
The methodology of saving data into database provide the SQL request from editors. ACCESS is the data base where every record or groupe of resords can be retrieved from EXCEL by request to external database. You will need only knowledge about four sql command to create sql request. For example: You need field USER where USER=Linkoln from database CLIENTS. Simple request will next: SELECT USER DROM CLIENTS WHERE USER=Linkoln I think, that it simple example will help you to solve your problem. Sincerely, LukCAD
Collapse -
Just export it as a CSV or text delimited list from Access
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Problem Copying & pasting an Access record into Excel