Hello,
I am using Access 2003. I am having a problem when I drag controls on to a form I get a "Out of Memory" error.
In VB v5 and v6 you can edit the code that defines a contro...
Mainform - Leads
Subform - HIstory
Subform field - Disposition
When Mainform changes records, ie Current_event is triggered
I would like the Focus to be on 1st subform field with a empt...
Hello,
I've built a form for our users to be able to created IDs and add contacts to our database as they complete surveys for us. In the form there are two buttons, the first when clicked ...
I am trying to set a value in a subfrom. I want the value to be blank (" ") so I created a macro with the following:
Action: SetValue
Item: [Forms]![frmProjectAttendance]![sbfrmROCSpiritLi...
I need a detailed outline of how to integrate DAO Error Handling and Transactions (Begin, Commit, Rollback) in the same function.
Hi there
Is it possible to create a calculated field in an SQL query that holds an identity value?
Something like:
SELECT IDENTITY(1,1) AS ID, EmailAddress FROM Customers
I want to pull a value from a form to a field on the subform.
If you look at the code below, on this line "MRBTimeElapse = Me.ElapsedTime" I moved the "elapsedtime" to the main form. The m...
I have a table with a column name SUBM_ITEM_ERROR_CODE and the cell has an error code which tells me there is certain information missing in the row. For example:
'H02 L01 L02 EE' in a cell...
I have a report with a subreport.
The subreport counts a field and would give a number eg. 4
When there is nothing to count (ie no records to be counted) the subreport/query has no records.
...
Morning
I have little problem that i just cant work out. I have made a cash book that records money coming in for 5 different debts. What i want to do display the total that has come in p...
I am using VBA in Access 2000 to email to all recipients on a list (on email at a time). It uses Outlook objects for each message and works well with html as the format. How do I include the p...
I have one table of defined parcel numbers, and another table of consignments. I need to get the next available parcel number, write this to the consignment table, then repeat this for all rec...
I built a database in Access 2003 on a machine with Office 2003. I opened the file on a machine that has a mix of Office 2007 and Office 2003 products . My Outlook 11 reference upgraded to Ou...
Is There a way to extract MS Access Customize Menu Properties from VBA code?
Hi,
I've looked and manyof the EE KB on this. I'm just getting nowhere.
I am a consultant asked to upgrade/modernize an Access 95 app, MDB with MDW file. The original user and develope...
I have used the DoCmd.Hourglass True
for the hourglass to show while something is processing in Access
How do I put something else in for example IN PROCESS to be showing instead o...
Hi,
I have a piece of code which is supposed to open a form with a filter on the specific ID
the code is
DoCmd.OpenForm "Job_Failure_reasons_form_view", , "job_no = " & Me.Job_No, ,...
Hi there...1st post :)
My dad hosed his pc and downloaded some aggregious stuff. Anyway cleaned it all up but now he cant access netflix.com
thats the ONLY site he cannot access.
Us...
I am receiving error 3061 when trying to retrive records from a query based on the criteria of an open form. Any suggestions?
Here is the code for the query (qryAccess)
SELECT tblAcces...
Hello Guys,
I have the following table:
Requested By Account Name E-maill address
Ian Support ian@emailadress.co.uk
I want to assign my var...
Hi
I have a query in a remote database that I want to run. I do not want to link in the tables involved and do not want to import the query (i,.e. do not want to make a frontend). So what ...
I have a parent form in my DB that contains an unbound combo box that upon open has a blank field which when a selection is made in this drop down it populates the subform with the correspondi...
Can Access be used with SOA ? I am considering writing an application in either Access or C# that uses SOA ?
Afternoon,
I have 2 questions, hopefully someone could lend me a hand regarding the attached code. What I am trying to do is automatically apply a user to record on a table (I have just st...
I have a form to add a new record to a table. The table is tblActivities. A field in the table is Village.
The Village field on the form is a combo box.
I want the user to pick a village...