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
Findfirst05 Jan 2005 18:54 GMT2
I need a solution for the following problem. I have a DAO recordet rcdMtlu
and need to find a record based on two criteria, both criteria are declared
as strings both fileds are text boxes.
rcdMtlu.findfirst("firstname = " & Mname & "" and Lastname =  " & Lname & """
Checkbox Question05 Jan 2005 18:32 GMT1
I have added a checkbox to one of my reports and depending on what other
checkboxes on my report are checked off I want the checkbox I added to either
be checked or unchecked.
Here is an example.
Count "selected" check boxes on continuous form.05 Jan 2005 17:46 GMT6
Access 2003. Continuous form with a check box (Yes/No) for each record.
Default value for check box is no (unchecked). User selects record by
clicking on check box. Form footer set up to display total number of records.
Using =Count(*) for that number, and it works fine. Also ...
Step or run - different result05 Jan 2005 17:30 GMT4
I have a form to calculate daily takings. A button starts the code to open 3
other forms (with Echo False), that each calculates 3 different variables
that should be reported in the first form.
The result is zero from all of them by running. But when I step through the
Obtaining a List of Control Names on a Form05 Jan 2005 17:03 GMT3
  I am trying to obtain the names of each control in a form.  I was hoping
to use code similar to the following:
For each x in forms("DataEntry").controls
  debug.print x.name
Error 306105 Jan 2005 16:53 GMT2
Hi to all,
I am getting the error 3061 Too few parameters atthe update statement  and I
would like to know what can cause this
the code I use is this:
Insert Field Value in MsgBox05 Jan 2005 16:44 GMT2
Hello everyone. Using A02 on XP. Have a form that requires
entry of an amount twice for verification purposes. My
msgbox works fine but this morning a tech called me over.
She was getting the error but was looking at the fields
Invalid argument??05 Jan 2005 15:09 GMT3
I'm getting an invalid argument message (run-time error
3001) on the following line:
Set rs = db.OpenRecordset("SELECT * FROM
tblLinesRequested WHERE fldRequestID = " & Forms!
Filter problem05 Jan 2005 13:54 GMT2
What wrong with this:
Private Sub Command11_Click()
Me.Filter = "[dr_work_competed] is Null"
Me.Filter = Me.Filter & [dr_work_gp].Value =
Sub reports05 Jan 2005 12:40 GMT1
I have two sub reports. One works fine but the other takes about 10 tens
minutes to run. When I run the query itself which is used as the record
source for the sub report it runs fine. When I run the main report without
the problem sub report it runs in about 3 seconds if I add ...
refer to control on subform05 Jan 2005 12:10 GMT1
Hi to all and thanks for the quality work
I have a form, frmPolicies, and on top of it a subform,
fsubClients. On fsubClients a have a combo box,
cboClientID. How do I refer to column(0) of this combo box?
access good morning05 Jan 2005 12:09 GMT1
Does some exist it sorts things out of the access to speak good morning?
Visual basic no longer works after database split05 Jan 2005 08:21 GMT2
I split my database into data (tables) and application (forms, queries,
reports, etc.) When I attempt to view the visual basic code behind a form
(on-click event on a button control) I get the following message ...
Error accessing file. Network connection may have been lost.
Chart trendlines05 Jan 2005 05:02 GMT5
I gave up please help. I need the correct syntax to change the color of a
trend line. I can add the trendline. I can change its type but I cannot via
VBA change its color.
Second problem is there a way to select more than 6 legends to graph. The
Proper use of database splitting05 Jan 2005 04:06 GMT10
Through this forum, I have just learned how to split my database into data
(tables) and application (everything else). My application would be ideal if
I could have a seperate back-end database for each customer, as each project
is short term, then the data for that customer is ...
 
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.