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 / February 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Enable different controls for each record in continuous form24 Feb 2006 14:29 GMT4
I have some code for a control 'No of Officers' in my continuous subform
which, depending on the number (from 1 to 8) selected will make visible that
many controls next to it where I enter each officer's ID number. firstly, My
code isn't exactly what I want. All the invisible ...
Saving information on form with bound fields by clicking button.24 Feb 2006 14:22 GMT1
I have a form called fsubCaseDetails that gets information from another
form fsubCaseSearch. Once the user double clicks a case in the lstCases
on fsubCaseSearch, fsubCaseDetails becomes visible and gets populated
with the information for the selected case.
Duplicates in Query24 Feb 2006 13:48 GMT4
The query below
SELECT DISTINCT [MyTable1].[ID] , [MyTable1].[Forename],
[MyTable1].[Surname],MyTable.ID,MyTable.forename,MyTable.surname
FROM MyTable INNER JOIN MyTable AS MyTable1 ON
After the default printer has been changed by code in Access 2003, the application still directs a report to the former default printer.24 Feb 2006 13:24 GMT1
Could someone please help? I am using the 'defaultprt.zip' tool
provided by Ken Getz to change the default printer via VBA code (code
below). My problem is that once the default printer has been changed,
Access 2003 still directs the report to the former default printer.
Error in iif24 Feb 2006 13:06 GMT7
I have a command which opens a word document, and I would like to insert an
instruction to first check that necessary fields have been completed and give
an error message if not.
I have tried
Navigation button24 Feb 2006 10:43 GMT1
In my form I locked all the fields in order that the user cannot delete or
change a record.  I do have a command edit button that will unlock all the
fields so the user can update a record and when the user press the naviation
button to previous or next record all the fields will ...
Return Description property of DB Objects.24 Feb 2006 06:19 GMT1
I have an access application where the reports and their underlying queries
change frequently, I'd like to build a push button solution to update these
databases.  Is it possible to return the data in the descrition property of
database objects like queries, forms, reports, ...
Avoiding MDE/ADE save-on-exit24 Feb 2006 03:09 GMT3
Once upon a time,
I was told that, even if at runtime, when exiting an MDE/ADE "application"
the MDE/ADE file is saved by access.
This could explain why my users, after a while (weeks), experience very slow
Get File Name from Path24 Feb 2006 01:43 GMT9
How can I get just the filename mypic1.jpg from below path? The path can
change to other sub folders, so I'd like to get the text after the last "\".
PATH
C:\data\access\mypic1.jpg
Bookmark the record in the Combo and return to it24 Feb 2006 01:40 GMT3
XP/Access 2003
I'm a novice.
Users select records by destination using a Combo box (cboDestination).
If there are no records for the selected destination, a message box asks if
proper way to refer to listbox24 Feb 2006 00:40 GMT4
I am trying to refer to a list box on a sub form.  It seems that I have
tried every combination to refer to the list box, but i keep getting the
error that access cant find the "field"  refered to in my expression.  it
names the listbox, so I assume thats what it cant find.
Default value of a text box.23 Feb 2006 22:20 GMT4
This morning I asked how I could save the value input by a user of a text box
on a form as the default value of that box. John gave me the following code:
Me.txtUnbound.DefaultValue = """Hello World"""
When I open the form the next time the Hello World does not appear. Does
How to check for non entered data on a data entry form23 Feb 2006 21:57 GMT5
Im quite new to this so pardon my ignorance :)
Am I right in saying that for a data entry form there is no recordset?
If so how can you check for non entered data?
What I am trying to do is verify that data has been entered into the subform
Update statements ceases to work23 Feb 2006 21:30 GMT4
These lines works when the "newstock" value is an integer.
newstock = instock - orderamount
cmdText = "UPDATE tblProduct SET [instock] = " & newstock & "WHERE
[productID] = " & [order.productID] & ";"
allow deletions23 Feb 2006 20:17 GMT2
Hi
I have a continuous subform.  One of the fields is chkbox.  When the
chkbox=Yes, I would like the AllowDeletions = No, for that row.  If in the
next row the chkbox=No, than I would like the AllowDeletions = Yes.
 
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.