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 / October 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Code not working, to get condition value26 Oct 2005 10:29 GMT2
The following  code is not working
Private Sub Label24_Click()
IIf(Me.PostDate.Value Between Me.RecDate.Value And Me.DespDate.Value,
Me.PStatus = "PostAll", Me.PStatus = "PostLater")
DoCmd.Close26 Oct 2005 07:39 GMT2
I would like to use the 'Close' command so that it does NOT save any data
entered so far on the form.
I have frequently specified   'DoCmd.Close,,Save No',   or sometime
'Prompt', but to no avail, the data on the form is SAVED - always SAVED.
code for an <ALT + R> key26 Oct 2005 07:35 GMT4
I would like to put code behind some <alt> keys in a form.  I am assuming I
can put it on the Key_down event.  Then I should check KeyCode like:  
If KeyCode = vbKeyTab then
    Do something
Access Option Group Value to Word Bookmarks- Need Help with Redundancy26 Oct 2005 06:46 GMT1
I have a many forms with numerous option groups and their values, which
I then put into bookmarks on a Word document.  Each option group is
named optNAME1, optNAME2, optNAME3, etc. and each bookmark is named
Bkmrk1, Bkmrk2, Bkmrk3, etc. I have created a button on the form which
A form display bug???26 Oct 2005 05:27 GMT8
I have a very weird case, which I have no idea how anything I do could be
causing.  So, I'd wonder if it seems like an Acccess bug and whether there is
a workaround.
I have a form, which is a continuous form with a number of unbound controls
Data Type Mismatch with DLOOKUP26 Oct 2005 05:07 GMT3
I am trying to compare a employee code that is entered into a form with a
list of existing employee codes to make sure employees are not entered twice.
Using the On Exit event I am using a bit of code I found in Access’ help:
Private Sub ServiceNo_Exit(Cancel As Integer)
Searching records26 Oct 2005 03:02 GMT3
Hi All - I am developing Video Rental application. I want my client to click
on Customer form and at the bottom of the form I have several buttons. One of
the buttons is search. My client can here either enter a new record or else
can just enter either First Name or Last Name or ...
Issue Ticket26 Oct 2005 00:09 GMT1
I had 2 tables
tblinventory
tblIssuelines
fields are
Multilined MsgBox25 Oct 2005 23:36 GMT3
If this is off post please direct me.
I
am having problems understanding how to make a MsgBox with more than
one line in the statement.
Form/subform button25 Oct 2005 23:26 GMT5
I have a button on a form, which I want to make visible only when the subform
"disappears" if a user deletes all linking records in the subform.  (The
record source of the subform is a table in a many-to-one relationship with
the source table of the form..)
Format Question on Memo Field25 Oct 2005 21:52 GMT8
Problem 1
I have a Tenant table that is linked by a CustNo field to a TenantNotes. Now
the TenantNotes has 4 fields as follows:
CustNo
Generate report based on list box selections25 Oct 2005 21:08 GMT3
Win xp and Access 2003 - I have a report called churchreport based on a query
called churchquery (which is two tables joined).  I have list box on a form
called countryselectform with the list box called lista2.  In my report I
have a grouped field called districtcountry.  The ...
Check this one why cursor move after message to next field of form25 Oct 2005 20:32 GMT1
private sub job_gotfocus()
do while isnull(job)
msgbox "value is must here"
exit do
Hyperlink.Follow opens some files twice25 Oct 2005 19:50 GMT1
I have a Commandbutton.Hyperlink.Follow command in one of my forms.
When the document is Word, Excel, Powerpoint, the document opens once. HTML,
JPG documents open twice. I can't see why.
Any help appreciated.
Syntax For Calling a Controls in Embeded Subforms25 Oct 2005 19:43 GMT1
Example:
Mainform
   SubForm1
       SubForm1A
 
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.