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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
New Record11 May 2005 22:28 GMT3
I want to open a form with DoCMD.  How do I set it to open set to a new
record?
Thanks
Date Question11 May 2005 21:54 GMT3
I have written the following:
[Form].[frmTranser].[ReceivedDate] = [Form].[frmInventory].[ReceivedDate]
It does not copy the date format (mm/dd/yyyy) with an input value of
00/00/0000;0;"_" properly.
Access inputmask password11 May 2005 20:58 GMT1
Hi
I've designed  in access , a password form in which a textbox,cancel and Ok
commands are used . In form timer I wrote an   If code  as follows :
<< If text.text="password" then  OKcmd.enabled=True
On Current event?11 May 2005 20:51 GMT4
Please advice,
In order to detect a new record I using On current event:
Set Rs = CurrentDb.OpenRecordset("TBLtemp1", dbOpenDynaset)
If Me.NewRecord Then
Select Price using check box11 May 2005 20:46 GMT3
I have a project based on the Northwinds Traders sample database. On the
Invoice header (Orders Table) I would like to put  check boxes for selecting
a price field. Price A and Price B.
On my “Orders Details” Subform Items from my “Products” table are entered. I
coding for search page11 May 2005 20:11 GMT3
I am creating a page for users to search customer information.  I have
created an unbound text box for each corresponding field on the customer
form.  The user can then enter customer information on the search page and
be taken directly to that customer's form.
ODBC Call Failed11 May 2005 19:56 GMT1
I have a form that is populated by a query against some sql server
tables....when ever the query pulls up only one record im fine..however if it
pulls up more than one record i have to make sure i click in the boxes or hit
the navigation arrows or something active or else I get ...
Hover-button effect11 May 2005 19:50 GMT3
Perhaps stupidly, when I started writing a database I
broke with tradition and made my own 'hover-buttons'
instead of using command buttons:
Basically, the buttons are text boxes using the following
Which Form Event for Inserting Data ??11 May 2005 17:36 GMT1
In Access 2000, I have a form which is set up as a continuous data sheet.
Whenever the user adds a new record by tabbing to the next row and entering
data, I need a foolproof way to enter the data below into the new record.
Right now, I am using the form's AfterUpdata event as ...
make Hookom's AYS response form have custom event behaviors??11 May 2005 17:36 GMT1
I have been working with Duane Hookom's AYS app in Access 2003
standalone and am having some difficulty making its Responses subform
"Rspns" dropdown box have certain custom behaviors depending on which
question is being asked.
Question re: VBA code for a split database11 May 2005 17:06 GMT5
MS Access 2K, Windows XP
====================
Hi,
I have a multi-user database application which is a single MDB file on a
treeview refresh11 May 2005 16:58 GMT2
I have a tree with many forms behind it.  You can click on a detail button
and then go to the detail to update information, delete, etc.  What is the
best way to refresh the treeview after changes are made?  I need to refresh
the data and also eleminate / add nodes.  Right now I ...
multiple criteria search page (revised)11 May 2005 15:44 GMT1
I have figured out how to search multiple fields using the following code:
DoCmd.OpenForm "Form1", acNormal, , "Field1 Like '*" & Me.Text1 & "*' AND
Field2 Like '*" & Me.Text2 & "*' AND Field3 Like '*" & Me.Text3 & "*'"
This code allows that user to search by any of these three ...
multiple criteria search page11 May 2005 15:17 GMT1
I am using the following code to search for records in my database:
DoCmd.OpenForm "Form1", ac Normal, , "[Field1] Like '*" &Me.Text1 & "*"
This works for a single field, is there a way to write the search so that I
can incorporate multiple fields?  Can I use "AND" so that the user ...
Subform register visible11 May 2005 14:20 GMT8
When opening a form, my subform isn't visible. This subform contains a
register with two forms (register card mother and register card father). The
user can open a popup and from there the subform is made visible, but only
one register card at once. This is working fine for the ...
 
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.