Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms Programming / January 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Does MDE FILE CONTAIN REM'D CODE?13 Jan 2005 11:57 GMT2
Am I right in believing I do NOT need to clear rem'd code (preceded by ' in
case I have used wrong term) in my origin mdb file before making a mde file -
I wish to keep rem'd code in my original mdb master?  
Is my reasoning correct that if an mde file contains no code (as it is
Msg Box13 Jan 2005 11:49 GMT2
Please help, I have a message box for an OnClick Event for a button:
RetValue = MsgBox("Are Details Complete?", vbOKCancel)
How ever, whether the user ticks Ok or Cancel the button still runs the
query. Any idea on the If statement that I'm missing?
Subform control 'Form' property giving run-time error 245513 Jan 2005 09:55 GMT3
I'm having problems with writing an Access 97 database running under XP Pro.
When I try to use the .Form property of a subform control, I keep getting
"run-time error '2455': You entered an expression that has an invalid
reference to the property Form/Report".
Requery control on subform when other form closes.13 Jan 2005 08:35 GMT1
I am trying to make a control my subform requery.  In the Form_Close section
of frmTransaction I have this code:
Forms!frmCustomers![Card Subform].Form.txtTotal.Requery
It seems as though it works, but the value on the subform does not change
Secondary axis13 Jan 2005 08:31 GMT1
one more chart question...
I want to show two axis by enabling them on the chart:
me.chart.HasAxis(xlValue, xlPrimary) = True
me.chart.HasAxis(xlValue, xlSecondary) = True
Format chart series from code13 Jan 2005 08:26 GMT1
I am trying to set the color of my dataseries 1 from VBA.
The code below is from an example in VBA-help:
me.chart.SeriesCollection(1).Interior.Color = RGB(255, 0,
0)
capture form control value for a query?13 Jan 2005 06:19 GMT2
i am working on access-2000. my problem is :
i have a form in which i have a combo box. the user has to select a value from the combo box, which i have captured in another textbox. now i wish to run a sql query based on this value cpatured in the text box. this i am not able to do ...
Form Loading Speed13 Jan 2005 04:55 GMT2
I have a form that has a lot of code behind it and even more in a module
that is called when the form loads.  Because of the large of fields and code
associated with the form, I assume, it takes a while to load.   If I take
the code in the module called from the form and put it ...
checkbox value13 Jan 2005 04:15 GMT2
i have one form and five checkbox namely chk1,chk2,chk3 and so on..
i want to check value of all checkboxes in for loop...
code snippet
for i = 1 to 5
Controlling the Label Wizard with code13 Jan 2005 01:28 GMT3
I recently activate the label wizard using code and it works correctly.
However, I noticed that the wizard always stores a copy of the report format
in the report section.  The problem is that the default name always assumes
an incremental version of the same report.
serious prob pls help13 Jan 2005 01:17 GMT1
this is what i am trying to do.
i have a form called order and subform called order details.
i have a combo box on order form which has names of customers.when i select the customer ... it should display the related products in another combo box in subform order details.
i am ...
Version properties12 Jan 2005 23:43 GMT5
I would like to create a DB properties called "version" and have it written
in the header of the project and/or  each form and/or report ?
Anybody could help
FRED
Access 2000 automatic email error cannot send message12 Jan 2005 22:47 GMT1
The object type, name, or output format is invalid. Unable to send message.  
Microsoft Access Error
Using Outlook 2000 & Access 2000
Making a Query a Control Source12 Jan 2005 22:30 GMT6
I have created the query below that generates a sum that I am looking for:
SELECT Sum(tblPayments.PaySalDLCDPor) AS SumOfPaySalDLCDPor
FROM tblGrantSum INNER JOIN tblPayments ON tblGrantSum.[DLCDGrant#] =
tblPayments.[DLCDGrant#]
Event Question12 Jan 2005 21:46 GMT4
I have a form with two buttons: PRINT and CLOSE. The form also has the X in
teh upper right hand corner of the form.
I would like to create a function that validates all of the field
information prior to either one of these actions to happen.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.