Hi all,
I'm having difficulty catching error 8511, which states:
"Records that Microsoft Office Access was unable to paste have been inserted into a new table called 'Paste Errors' In the Database window, open the new table to see the unpasted records. After you fix the problems that resulted in the paste errors, copy and paste the records from the new table."
What generally happens is people copy data...
Search Result
Collapse
6 results in 0.0016 seconds.
Keywords
Members
Tags
-
jbrumbau started a topic How to catch error 8511 (Records unable to paste inserted into table 'Paste Errors')?in AccessHow to catch error 8511 (Records unable to paste inserted into table 'Paste Errors')?
-
How do I paste into a text field on a subform?
I have a form that has a parent-child relationship. The relationship seems to be working fine with the child record source based on a query that assures that only records matching the parent ID are selected. I can enter data in the child forms, but I can not PASTE data into them (they are all either text boxes or memo controls). I have opened the query the child is based on and I can paste into it. Why can't I paste into the child form? -
Pasting into a Combo Box getting Not In List - Solved
SUBJECT: Pasting into Access combo box doesn't find matching list item, even though typing the same does find the list item.
Numerous (closed) threads on this topic, but to save anyone else an hour of troubleshooting , try this: turn off AutoExpand. You then get the same behaviour when pasting as you do when typing into the combo box. Hope this helps. -
Interesting copy/paste dilema
In testing cut/copy/paste for my program, I realized that all forms that are a child of my MDIparent1 form lose their cut/copy/paste abilities.
Is there a common reason for this? Is this something that I need to implement?
I show the child forms by using something along these lines:
I've found that the same Form1 does have cut/copy/paste...Code:Form1.mdiparent = MDIparent1 Form1.show
-
ListBox - Copy File from list box to Outlook E-mail
I have a list box and I want to drag the file froma list box to an e-mail. I am not sure how to do this.
Any Ideas -
Excel Pasting Time / Manipulation - Help!
I am having a problems in with relation to time formats and would greatly appreciate any help.
The excel file I am writing the code for uses a Userform to prompt the user to select a file with various data - .txt format. I have to use the delimited options to preserve all the required data in separate cells (i.e. I can't paste into clipboard and then bring it into Excel as text). The problem is that the source program for the .txt...