I have a query that uses an input from a form, the results being all people in a selected pay-grade. Since the field contains paygrade and step (04/05, 10/02, etc.)and I want all persons in paygrade 04 I use the following code:
Like [forms]![frmGradeSelect]![cboGradeBegin] & "*"
This works...
I want to load a combobox on my form from a table in another sqlserver database. I can code to open the connection, load the recordset and debug.print it. But I was told in my 'Access:Developing Enterprise Applications' that I can't use a recordset as a source (to a form, table, query) and my...
Hi,
This off the normal programming tract, but.....
In Word Perfect we used to run a macro to put in a return address(about 7 lines long, which is why we automated it). This macro was on the network server where anyone in the office could access it. Well, now we are using MS Word and first off...
Help!
Somehow I have done something to to my access application where when I try to open the mmis.mdb I get an error message:
"You do not have the necessary permissions to use 'Path/mmis.mdb' object. Have your system admin or the person who created this object establish the appropriate...
I've created a pass-through query to a stored procedure on SQL-Server using Query Designer in access. I've done this with another SP and the method works fine. The code for this SP is:
EXECUTE spDeleteChildRecords [mmes_number]
What I'm unsure about this time is the correct code to pass a...
I've created a pass-through query to a stored procedure on SQL-Server using Query Designer in access. I've done this with another SP and the method works fine. The code for this SP is:
EXECUTE spDeleteChildRecords [base_data.mmes_number]
What I'm unsure about this time if this is the correct...
I have a parent form linked to a multirecord unbound subform.
I am using the following code to load the subform:
Dim rs As DAO.Recordset
Dim QDef As QueryDef
Dim tmpID As Integer
tmpID = Forms!SalaryBenefits!txtEmpID.Value
Set QDef = CurrentDb.CreateQueryDef("", "select *...
I have an access 2002 front end with an ODBC connection to a SQL server back end. I am trying to open my form using the following code:
Dim rs As DAO.Recordset
Dim QDef As QueryDef
Dim tmpID As Integer
If Not IsNull(Int(Me.EmpID.Value)) Then
tmpID = Me.txtEmpID.Value...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.