473,573 Members | 2,733 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Microsoft Access / VBA Forum

Microsoft Office Access database and VBA - Ask questions about microsoft access queries, reports, forms, macros, modules, security, automation, functions, records, mining, visual basic for applications and more.
3
23,730
thread by: Zlatko Matić | last post Nov 13 '05 by: Ol!v!é
Hello. I know how to call a parameterized stored procedure by using ADODB command object and parameters, but how can I execute the same query using adCmdText instead of adCmdStoredProc? Namely I created the CommandText string with declare statement for parameters before the select statement. No error is displayed, but also, no records are...
4
23,735
thread by: WannaKatana2 | last post Oct 29 '22 by: NeoPa
This is such a simple basic thing I've done for decades yet now a problem? I'm sure it's something silly I'm missing. A search provides no answer for my situation. Library reference is to Microsoft Office 16.0 Access database engine object library. I removed that and changed it to DAO 3.6 library. Both compiled. Both gave me the same error. ...
8
23,736
thread by: Trevor2007 | last post Mar 3 '08 by: NeoPa
Hi, I have 2 tables and The VMSU-ILt-Main Table contains info about a person on the main form, the VMSU-ILT-Sub Table contains info about the subform on the main form. they both have as ehe linked fied, and I am trying to delete records on both tables by Date, the date is only stored in vMSU-ILT-main table. I am getting error when I try...
12
23,748
thread by: deko | last post Nov 12 '05 by: deko
Is there a way to reset the AutoNumber sequence? I have several tables that use the AutoNumber field as the Primary Key, and I'd like to somehow do an Import/Export that will make remove the breaks in the sequence. A few breaks in sequence is not a big deal, but I have one table with under 200 records, but the last AutoNumber PK ID field is...
0
23,752
ADezii
thread by: ADezii | last post Mar 17 '07 by: ADezii
If you're interested in measuring elapsed times in your Access Application, you're much better off using the timeGetTime() API Function instead of the Timer() VBA Function. There are 4 major reasons for this decision: __1. timeGetTime() is more accurate. The Timer() Function measure time in 'seconds' since Midnight in a single-precision...
18
23,764
tuxalot
thread by: tuxalot | last post Jun 25 '13 by: reproman
Using the code below to capture images in Access. On my form is an unbound OLE image and a single button. Clicking the button when a digital camera is connected via USB and turned on causes the camera to take a pic and show it in the OLE image frame. Private Sub cmdGrabImg_Click() 'Take a picture from a webcam and store it in a temp...
8
23,769
thread by: Simon | last post Aug 23 '07 by: Allen Browne
Dear reader, The syntax for the VBA code to change the RowSource of a Form is: Forms!FormName..RowSource = "TableOrQueryName"
12
23,771
thread by: LWKnox | last post Aug 20 '13 by: zmbd
RE: execute javascript on a webpage via VBA I have a procedure that opens a webpage. What I want to do is click a button on that page, but it isn't really a button. There is a Javascript function that clicking the "button" runs to open a different version of the webpage.
1
23,809
thread by: Denis | last post Apr 9 '07 by: storrboy
How do I set up a button to remove a form filter. I can get a button the edit the form filter by nowt remove it. I don't want the have the use the remove filter on the records menu Thank you
1
23,839
code green
thread by: code green | last post Jan 14 '11 by: Stewart Ross
Does anybody know the syntax for commenting out lines of code in SQL View in Access Query Design? Also how to only run one query or part of a query in SQL View when you may have 2-3 that you are playing with? For example I can do the above in SQL Query Analyzer by -- to comment out and highlighting the query or part I wish to run
7
23,853
thread by: preeny8 | last post Jul 10 '08 by: vjdominick
Hi there, I recently updated to Access 2007, and I'm getting a couple of errors that i'm not sure how to deal with. I worked with a lot of databases in Access 2003 (.mdb), and for some reason some of these databases will not open in access 2007. The errors I get say: "An error occured while loading 'Form_frm_tabstrip'. do you want to...
9
23,854
thread by: CD Tom | last post Feb 7 '11 by: NeoPa
I don't know why I'm having problems with such a simple problem. I want to display a message on the screen while a process is going on then turn it off when process is complete. If it blinked while on that would be fine to. Thanks for your help as always.
3
23,856
thread by: Stan | last post Nov 12 '05 by: Tom BOnge
Hallo, I have developed an application in MS Access 2000 (Polish version) under MS Windows XP prof (also Polish). Now I would like to run this code on MS Windows XP EN and MS Access XP EN. I have converted the mdb to version 2002 under MS Access XP Polish and under this version everything works OK. The problem starts when I copy the mdb file...
5
23,856
thread by: buddydasari | last post Jan 26 '09 by: missinglinq
Hi all I wrote a listbox onclick event.On a click i want to get the selected row details but the listbox.selected(i) always returns false ,it returns true only in double click event.Are they any other events on which i could do this.I want to populate a textbox based on the row selected from the listbox.Its working as i want when i add the...
5
23,877
thread by: fperri | last post May 21 '07 by: puppydogbuddy
Hello, Is it possible to set the value of a textbox on a report in VB when the report loads? Any ideas?
2
23,896
thread by: Joe | last post Nov 13 '05 by: Joe
Hi All, I am new to using the Access DB and I need some help if someone is able to give it to me. What I want to do is get the names of the columns of certain tables. Not the data in the table but the table column names. I've seen other posts that suggest using the SQL command DESCRIBE but I can't get it to work for some reason. Other...
3
23,912
thread by: BLUE WATER | last post Nov 12 '05 by: BLUE WATER
Hi, I have managed to simplify my problem but can't seem to get this to work. I want to open up a form from a click event of another form, but not only open the form when the button is pressed but also move to the last record. DoCmd.OpenForm "My-Form-Name", acNormal Opens the form with no problem.....
2
23,928
thread by: bradleyp | last post Nov 13 '05 by: bradleyp
Hi all, Hopefully somebody can help. In Access 2002-SP2, I receive an error from the VB Editor if I try to compile the following code (see below). The error is as follows: Compile Error: Method or data member not found The follow subroutine is highlighted (specifically .txtNR_Program1):
3
23,953
thread by: charli | last post Jul 14 '09 by: charli
Is it possible to programmatically get the sql string of a query object?
2
23,960
thread by: Ewin | last post Nov 12 '05 by: Ewin
I'm a beginner user of MS Access, and I am having a problem building a database with a complex form that enters to several tables. I did not use subforms because I am attempting to emulate the hard copy of the form that was given to me by my supervisor. I don't know if that makes my problem impossible or not...
7
23,962
thread by: abrown728 | last post Mar 10 '16 by: jandi01
Hi all, I am new to this forum and relatively new to Access. I have created an Access database and I am importing 13 tables via ODBC every morning. I am importing these tables instead of linking to them b/c if I link to them the queries are VERY SLOW. Is there a way to automate the import process thru VBA? Thanks!
8
23,962
thread by: fuze | last post Jan 7 '08 by: FishVal
I currently have a form with a couple text boxes, a button, and an unbound subform. Pressing the button will assemble a SQL string using whatever is in the textboxes and assign the SQL string to the recordsource of the subform. Unfortunately, doing so results in the run-time error 2467 - "the expression you entered refers to an object that is...
5
24,011
thread by: deko | last post Nov 12 '05 by: Wayne Morgan
I have a subform datasheet that contains a full year of records sorted by a date field. I'm trying to programmatically move the record selector on the datasheet to the first record that matches a particular date. For example, the user clicks a button and the record selector moves to the first record that matches today's date. I was...
3
24,012
thread by: Random Person | last post Nov 12 '05 by: Random Person
Does anyone know how to use VBA to relink tables between two MS Access databases? We have two databases, one with VBA code and the other with data tables. The tables are referenced by linked tables in the database where the code resides. If we move the database with the data tables to a new directory, the links are no longer valid. I...
1
24,026
thread by: wwwords | last post Mar 2 '07 by: '69 Camaro
Is there a general method for detecting that a user has changed the record currently visible on a form, whether this is by hitting PgUp or PgDn or clicking on a navigation button, even if no change has been made in any control? I'm thinking of a situation in which a number of records have been entered on a form and the user is cycling...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.