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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
how to populate the selected item in listbox in  text in MS-Acces.29 Mar 2005 11:50 GMT1
This is the below I am trying to get selected item to be shown in the
textbox. Works fine in VB6.0.. But not in MS-Access 2002.
Private Sub Command42_Click()
Text1.Text = List1.list(List1.ListIndex)
setting focus29 Mar 2005 11:30 GMT6
I have an unbound control in the head of a form to select an item. I put a
code on the AfterUpdate property to pass the focus to a control in the body
of the form:
Me.DeliveryDate.Setfocus
References collection question29 Mar 2005 11:01 GMT2
So far, I did not  need to use the References collection. Having read the
help file I run into the <References.AddFromFile(strFileName)> function
which links the application to another library (I think another .mde file
would suit here as a library to link to). So I moved all the ...
Data Entry mode does not work in subform.29 Mar 2005 08:53 GMT4
I have a subform "SuppTxnsSUB" based on the tblSuppTxns, and a particular
supplier's transactions are selected vis a plain combo box (no wizard) by
having the combo as the Master to the "SuppTxnsSUB"'s Child.
This works well.
Create multiple Excel workbooks and sheets29 Mar 2005 08:32 GMT10
I need to create excel workbooks for each RespId in table tblResp.  Within
this workbook, sheets must be created for each account record in tblGLData
that has a link to tblResp. On these sheets, account and account balance data
would be inserted into each sheet.
calling subroutine29 Mar 2005 07:32 GMT1
I have a sub-routine that fills in a combobox:
Sub Box(FN, ComboBox, Waarde)
   With ComboBox
       Do While Not EOF(FN)
Opening Word Document29 Mar 2005 07:26 GMT4
I have a Word Document that is linked to an Excel file.  When I run this
document on it's own, I get the prompt box informing me that "Opening this
document will run the following SQL command....", which it should.
I am trying to open this same document from Access.  I am using a ...
Serial Date29 Mar 2005 02:34 GMT2
I might be doing this wrong
I am trying to set a textbox to a serial date using
Me.setserial = DateSerial(Me.Combo4, Me.month, 1)
Me.Combo4 is the year(has the years 1970-2050 for a row source)
Cannot Delete Table28 Mar 2005 23:55 GMT3
I import some records into a temporary table "Temp_Products".
During subsequent processing, I do the following:
   Set myTable = DB.OpenRecordset("Temp_Products")
   ---Do some processing---
Adding Records to a table28 Mar 2005 22:51 GMT1
Newbie to Access. Hope someone can assist. I have a table with the following
fields:
Site    Text
PartDescription    Text
Detect Table28 Mar 2005 22:45 GMT7
I have a form which is used for import and export functions.  As part of
this process, I want to check if a table already exists in the database, so
I can create the table or clear the table rows before my import.  I need a
method of detecting the presence of a table before an ...
Disable scroll w/Mouse wheel28 Mar 2005 21:50 GMT1
I would like to disable scrolling through records with
the mouse wheel.
TIA,
TimJ
Update on command28 Mar 2005 20:17 GMT3
I want to use a form to update a table. Basically, I want the form to act
like a data-entry dialog box. I would enter the data into the form, and
update the table when I click on a command button.
I saw some suggestions on here about using temporary tables. I am very new
Latency Dropdown Control28 Mar 2005 19:43 GMT1
I'm experiencing 10-second latency when selecting records from a dropdown on
a combo box.  The Row/Source type is a local table that has numerous indexed
fields.  This latency ONLY occurs during hte first selection after I open the
form.  Subsequent selections process quickly ...
Screen Resolution28 Mar 2005 19:12 GMT7
Is there a way to control screen resolution in a frontend?
 
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.