1
vote
1answer
16 views

scheduling execution of MS Access DB

I have a MS Access 2007 DB that is being executed via Windows NT scheduler. Basically, I created this entry in Windows Scheduler that is run every night at midnight. ...
1
vote
0answers
38 views

Opening an MS-Access database from the command line without running any of the startup macros?

Is there a way to open an MS-Access 2003 database from the command line without running any of the startup macros or displaying any errors? I looked at the command line arguments for MS Access and ...
1
vote
1answer
51 views

“ #Name? ” error in access using DLookup

What I am trying to do is to have a value("Element" which is a primary key) from my Elements table be inserted into the time text box based on the result from the previous combox box is this the ...
2
votes
1answer
63 views

How to list DataMacro objects in an Access database?

Is it possible to programmatically enumerate the Data Macros in an Access 2010+ database? If so, how? Note: Data Macros are trigger-like procedures that are created in the context of the table ...
0
votes
1answer
21 views

MS Access transfer text throws unparseable errors when quotes and apostrophes are together

A section of what I'm parsing is this E,"1"".""0""1","1""/""1""1","3""4""5""6","6""5""4""3",'1"'1"'1"'1","1""1""/" The parse always stops at '1"'1"'1"'1" right on the first quotation. Nothing after ...
2
votes
1answer
54 views

preventing Autoexec macro from running after Compact & Repair

Seems such a simple thing, but I can't find the answer anywhere. Every time I Compact & Repair, my Autoexec macro runs again. Is there a way to prevent it from running here, as part of the reason ...
0
votes
1answer
79 views

“File not found” at the execution of any VBA code in Access 2007

I'm working on a big Access 2003 project with Microsoft Access 2007­. Recently, some users have started to experiment problems with the buttons in my forms. For example, without any specific reason, ...
0
votes
2answers
140 views

Updating Access Database from Excel Worksheet Data

I extract data from my Access database into an Excel worksheet using a macro. I first open a connection to the database, define my sql statement in a string var and then dump that data in a recordset: ...
-1
votes
1answer
34 views

Export every entry for a given identifier to an excel workbook by that identifier

I have a database containing over 4,000,000 intra-operative temperature readings (4354499 x 8). The database is therefore to large to copy and paste. Variables: caseID - the unique identifier for the ...
1
vote
1answer
75 views

MS Access date comparison Macro

I am trying to write a Macro for a small Access DB so every time someone, opens the Table is checks the Expiry date column and if it was a week or less left on the date alert by a message box. ...
0
votes
2answers
41 views

Where is that Access macro called?

I have to update an old big Access app, which contains quite a few macros. I would like to identify if a macro is used, and from where it is called. I could not find a solution. I have MZ Tools and ...
1
vote
1answer
251 views

How to schedule a call to an MS Access macro?

I'm looking to schedule a call to an MS Access macro. This macro uses a .csv file (that I get daily) to update a SharePoint calendar. Could someone please explain how to schedule a daily call to run ...
1
vote
3answers
489 views

VBScript from Access macro to read emails from MS Outlook

I had developed a small macro in Access that connects to the current instance of MS Outlook running, retrieves some specific type of emails, opens them, retrieves the attachment and inserts into an ...
0
votes
0answers
297 views

Microsoft Access 2010: ComboBox/ListBox add check mark with macro

I'm trying to add a button to my form with a macro built into it. I already have several things written in a macro that set values for various fields in a form. For example, to add a check mark into a ...
1
vote
1answer
123 views

The table or query name 'TableA' you entered in either the property sheet or macro is misspelled or refers to a table or query that doesn't exit

I am using Access 2007. After renaming the a table I am getting the following error... The table or query name 'TableA' you entered in either the property sheet or macro is misspelled or refers to a ...
0
votes
0answers
172 views

Access - Find all records matching textbox value and refresh results on same form

I have created a spilt form which shows all records from the customer table. A textbox and button has been added to allow the user to filter the results on the form. I want to be able to filter the ...
1
vote
1answer
80 views

MS Access search each row in a table for a value in a macro

I am trying to write a macro for an inventory DB. Where as when on start up, this macro will run, and it will pop a message box up if an item quantity is lower then x. (and continue to popup for every ...
0
votes
0answers
66 views

MS Access - Run report, changing Employee Name Each Time

I would like to run a report of employee activity (such as hours worked) each month. How can I setup a Macro to open/run the report, filter by employee name (found in another table) and then move to ...
0
votes
0answers
64 views

query in If of macro

I want to create macro in Access 2010. The macro shoud contain If action. In condition field I want to run a query. I make standalone query named SelectRemaining. I want to run macro if remaining ...
0
votes
0answers
118 views

Convert links to OLE Object

I'm having trouble writing code that automatically converts links to an embedded OLE file. I need to write code in the following project, without creating any form, that loads the files from the ...
0
votes
0answers
85 views

Access Macro not working

I have an access program that has three forms that are connected to the corresponding 3 tables. I created a separate macro, that I then attached to a button click event, for saving the records... ...
0
votes
1answer
30 views

Refining a Macro

I am attempting to build a Macro which when a button is clicked will open a form but only show records which meet a certain criteria. Currently i have [tblItem]![Status]=[Assigned] Which should ...
0
votes
1answer
44 views

Simple math with fields data in M$ Access

I have three fields F1,F2 & F3. The first two fields are filled with numbers. And how i can automatically set the value for the third field "F3 = F1 - F2" like in M$ excel? Maybe it performs ...
0
votes
0answers
74 views

Access 2010 Macro Report Field Not Printing

I have an Access 2010 database with a report that summarizes a list of products. I've added a button to the report so that the user can optionally add tax depending on their customer. I have the ...
1
vote
2answers
306 views

Create a macro for Microsoft Access via Interop

Is it possible to create a new macro using C# using the Interop library in Microsoft Access in a similar fashion as Word, Excel, or PowerPoint? In the other applications, you have access to ...
2
votes
1answer
1k views

Call an embedded macro from VBA in access

I have a macro assigned to the onClick event of a button in a form. How can I call this macro programmatically? I tried btnName_Click But this does not work since there is no function called ...
1
vote
1answer
615 views

How can I write a macro that creates a text file when a table has been changed?

I am trying to create a macro that when a table is changed it will create a simple text file to a chosen path. I have been programming in VB.NET but access is in vba, I have been doing some research ...
0
votes
2answers
190 views

Access 2007 - can I check record set with macro?

The menu page for my database has a series of buttons, each with a macro which runs a query to find the specific record set the user needs then opens the form to display the records. If there are no ...
0
votes
0answers
46 views

If I'm going to write a transaction in VBA for an Access 2003 database with front-ends and security, where should I put my VBA macro?

I mean I've pretty much ruled out putting the macro in the .mdw security file (I don't think that's even possible), but I still don't know if I should put the VBA macro to run the transaction inside ...
1
vote
1answer
689 views

How can I slow down the execution of a macro in MS-Access

I have a macro in MS-Access that only runs correctly half the time on one computer, but when tested on another computer it runs 100% of the time. I suspect that this is because the macro is running ...
0
votes
1answer
1k views

update 2 fields in Access database with Excel data and probably a Macro

In my master database I have a small table that contains two dates and ID numbers. I use this table for updating queries and do some analysis. The table looks like this: Number | Date 1 | ...
0
votes
1answer
118 views

What would a macro look like that would save a PDF of a report for each record in a db (in access)?

I'm going to be specific as possible but i apologize if my question comes off as confusing upfront... In my access db I have 5 Tables that are related through 'RefNum' which is an auto number, and ...
2
votes
2answers
615 views

Access 2007 populating a report using a macro

I have a student application database with a form that contains the information for each application. I would like to create a report from the form (I`m unsure if I should use a macro or a command ...
0
votes
0answers
219 views

Access 2007 Report not pulling in data - Common causes?

I have created an Access 2007 database which uses a form to collect data (the user inputs the data). I have included a macro within the form which opens a report in print preview mode and populates ...
2
votes
1answer
161 views

Can an Access macro be saved as an add-in to be used in another Access database?

I am doing some work within MS Access and I have come across a rather annoying hurdle. I have written up some code and created a macro to execute said code. My issue is that I would like to be able to ...
0
votes
1answer
409 views

MS Access Macro to change form to No data entry

I need a Macro (preferably SendKey) command to change datasheet form from data entry to no data entry.
0
votes
1answer
1k views

Running MS-Access macro using batch file when not logged in

I have the following set up on a server Two MS-Access queries Exported the data from the queries and saved the export steps Created a macro to run these export steps then exit MS-Access Created a ...
0
votes
1answer
233 views

Accumulate Daily data on weekly basis

I am new to excel formulas and macros. My sheet is show below. id Date name hours code workPackage 1 3/28/2012 Anit 8 N1 1212 2 3/29/2012 Anit 8 N2 1212 3 ...
1
vote
1answer
531 views

Use information entered by user in Form in Macro

(This is in Access 2003.) I am writing a macro that opens up a form to allow users enter the path and name of the file they wish to import. Then it closes the form, and imports the data in the ...
0
votes
1answer
75 views

select block of text, right click and change it to something else like *****

I need some ideas. Here's what I need to achieve. I have some loosely formatted text in a database field. I need a tool (any language even sql will do) to transform certain portions of the field to ...
0
votes
1answer
416 views

I need a vb script macro to run on excel to copy all my access tables coloum in excel sheet

I have about 10 *.mdb ms. access files of office version 2003. I am working on client machines on which I have only MS Excel 2003 installed but not Ms Access. Each database file has around 50-100 ...
3
votes
3answers
698 views

how to export Access 2010 data macros

I need to transfer Access data macros from my test db to my production db. Anybody know how to do that? I know that transferring tables from one accdb to another will also transfer the data macros, ...
0
votes
1answer
403 views

Save Record built-in macro with custom confirmation dialog

I was wondering if anyone knew how to create a custom message for the save record confirmation, only using macros and not user coded VBA. I've done this for a previous project in VBA but this time I'm ...
0
votes
0answers
145 views

creating 2 access auto exec macro after insert

problem creating access macro i have a table call temperatura it has 6 fields id - tmax - t min - tempi - tempm - marca i need to make autoexec macro that auto insert a value in tempm everytime i ...
1
vote
1answer
436 views

Database Suggestion for VBA Macro - MS Access

Require a database suggestion. I basically need a macro which will do a vLookup a sheet(of ~50K records) against a database of over 1 million keywords. Will the process become faster if I use MS ...
1
vote
1answer
1k views

How to Create a Custom ID in Access 2010

The title of this Question may not be accurate because I wasn't sure how to ask the question. Is there A way to have an ID field in AC 2010 the has a constant part and then a part of the ID that the ...
1
vote
1answer
233 views

How to programatically call a macro in a different (ie. external) Access database using VBA?

I want to use Access Database1 to call a macro in Access Database2. The link below describes how to call an external macro in a visio program, but the syntax seems to be a little different with ...
0
votes
1answer
100 views

Minimize in Access 2007 Macro

I have an Access 2003 project that I am trying to open in Access 2007. The first action I take is a Macro with the action Minimize, followed by executing a module that opens my starting form. This is ...
2
votes
1answer
511 views

Programatically delete an Access macro with VBA

I need to programmatically delete an Access Macro (or Form or Report) via VBA. The AllMacros collection (and the associated Application.Containers().Documents collections) appear to be Read Only. I ...
0
votes
1answer
335 views

Open access database (mdb) in sharing (among multiple users)

I have an access database (mdb) and I want to open create an "automatic system" that a third party user (I would say a stupid-user) could runt a macro automatically. So I created a batch file and i ...

1 2