ms-access

how to import psv data into Microsoft Access

余生长醉 提交于 2020-04-16 02:32:34
问题 I am using Access 2016, I have a psv (pipe delimetered csv) to be imported in a Access database, when I select import from text, the psv file doesn't show up in the File Browser: Nor can I specify the psv directly: How can I import psv into Access? Thank you very much. UPDATE: Per suggestion, after I changed the psv to txt and specify it to import, I stuck below: It DOESN't accept pipe (or maybe any character) in the Other option. (wouldn't this look like a BUG if it doesn't accept any input

Send email to every contact in a table Access VBA

…衆ロ難τιáo~ 提交于 2020-04-16 02:14:50
问题 I have a column with mail addresses in a table with contacts in Access. I want to send an email to every contact in the table using a template which has signature, logo, and disclaimer. I managed to find a code for the template but I don't know how to send it to all contacts in the table. Here is my code: Sub sendmail() Dim strEmail As String Dim strSubject As String Dim objOutlook As Object Dim objMailItem As Object Set objOutlook = CreateObject("Outlook.Application") Set objMailItem =

Microsoft Office 12.0 Access Database Engine Oledb provider in SSIS

自古美人都是妖i 提交于 2020-04-15 17:12:28
问题 I am not able to see Microsoft Office 12.0 Access Database Engine Oledb provider in SSIS and I'm using MS Office 2013. How to re-solve this? 回答1: You are missing the Microsoft Access Database Engine 2010. Download it here: https://www.microsoft.com/en-US/download/details.aspx?id=13255 Install it on your dev-client and on your servers. After the installation has completed, you should see the Microsoft Office 12.0 Access Database Engine OLEDB provider in your Visual Studio's connection wizard.

Microsoft Office 12.0 Access Database Engine Oledb provider in SSIS

ぃ、小莉子 提交于 2020-04-15 17:12:16
问题 I am not able to see Microsoft Office 12.0 Access Database Engine Oledb provider in SSIS and I'm using MS Office 2013. How to re-solve this? 回答1: You are missing the Microsoft Access Database Engine 2010. Download it here: https://www.microsoft.com/en-US/download/details.aspx?id=13255 Install it on your dev-client and on your servers. After the installation has completed, you should see the Microsoft Office 12.0 Access Database Engine OLEDB provider in your Visual Studio's connection wizard.

Instantly “locking” a record in multi-user Access environment

主宰稳场 提交于 2020-04-10 06:06:10
问题 So, record-locking in Access is pretty awful. I can't use the built-in record locking because it locks a "page" of records instead of just the individual records (I've tried changing the settings for using record-level locking, but it's still locking a page instead of just one record), but even if I could get that working, it wouldn't solve my issue because the record doesn't lock until the user starts to make changes in the form. The issue is, when two people open the same record, they can

Instantly “locking” a record in multi-user Access environment

坚强是说给别人听的谎言 提交于 2020-04-10 06:04:58
问题 So, record-locking in Access is pretty awful. I can't use the built-in record locking because it locks a "page" of records instead of just the individual records (I've tried changing the settings for using record-level locking, but it's still locking a page instead of just one record), but even if I could get that working, it wouldn't solve my issue because the record doesn't lock until the user starts to make changes in the form. The issue is, when two people open the same record, they can

How to requery a subform from another form?

时光毁灭记忆、已成空白 提交于 2020-04-07 15:34:08
问题 I've struggling with this problem on my own, then with some help, then search about it; but I haven't had any luck. So I decided to ask. I have two forms in Access 2007 lets call them MainForm and EntryForm . MainForm has a subform and a button. The button opens the EntryForm in Add Mode. What I want to do is when the EntryForm saves the new record it would update (requery) the subform in MainForm . I've try this setup code Private Sub cmdSaveAndClose_Click() DoCmd.Save 'requery list Forms!

Access & VBA: web page complex control

◇◆丶佛笑我妖孽 提交于 2020-03-27 07:02:46
问题 from my application in Access & VBA I have to open a login web page in a web application (developed from other company). After, I have to fill the form and login. After correct login, the app closes the browser automatically and open an other web page with the first user page. Now, the problem is that the second web page works correctly only if I put a certain msg box; in other case, I see a "not set variable" in the indicated block. Why? I would that, all works correctly without any msg box.

How to install Access Runtime on a Docker container?

£可爱£侵袭症+ 提交于 2020-03-25 16:09:27
问题 I would like to install the Access Runtime on a Docker container, but I am getting a failure when doing so. Here are basic commands to reproduce the error. First start an interactive shell with a new Windows container: docker container run -it mcr.microsoft.com/windows:1809-amd64 cmd.exe Next run the following script to reproduce: cd /d C:\ curl https://download.microsoft.com/download/D/B/D/DBD20EF9-A945-4768-AEB0-617BCEA2214A/accessruntime_4288-1001_x64_en-us.exe -o accessruntime_4288-1001

Using Access to do a Make Table query to create a SQL Server table using ODBC connection

只愿长相守 提交于 2020-03-21 10:49:06
问题 I am upsizing an Access 2010 database to SQL server. There is an updatable "Make Table" query that is run to create a table and fill it. Currently, it fills a backend table in another ACCDB file. I have moved all the backend tables to SQL Server and trying to change the query to do make a table on SQL Server. I removed the path to the ACCDB file from the Destination DB property, and put in an ODBC connection string in the Dest Connect Str property. When I run the query, I get the error ODBC