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 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
AutoFill Form Field23 Feb 2008 05:39 GMT7
How do I get a field to autofill the same value as the previous record when I
goto a new record.  The field's control source is the table field.  Can I use
autofill in Default value?
Array Loop CopyObject23 Feb 2008 04:25 GMT1
DoCmd.CopyObject """D:\ BackUp.mdb""", "tblTable1", acTable, "tbltable1"
I want to use array to give me sequence number for the tbltable1
I mean every time I use docmd.copyobject
Tbltable1 change to tbltable2 change to tbltable3 and so on
how to do a bulk submit?23 Feb 2008 03:57 GMT2
I have a database where i submit form data based on a serial number selected
from  a dropdown menu. I would like to be able to do this by scanning in the
serial numbers into a list box. Can anyone give me some pointers on how to
accomplish this?
If Then Else23 Feb 2008 02:46 GMT3
I don't understand why this code not work
Dim StrPr1 As String
Dim StrPr2 As String
Dim StrPr3 As String
runtime error 200123 Feb 2008 00:32 GMT1
I added a button on my form that quits application. I used a wizard to make
it. When I click on a button it comes up with runtime error 2001 - you
cancelled previous operation. If database window is open - button works and
closes access, if only forms are visible it gives me the ...
list box23 Feb 2008 00:29 GMT1
i am having a problem in putting my newly added data in the list box. my list
box does not show on the first column the 1st data that i have entered. i
have a command button to add my data in the list box and i am using this code:
   DoCmd.OpenQuery "new_SY"
strings in commands?23 Feb 2008 00:28 GMT5
Is there any way to put a string into the command lines below that would
allow me to replace the "1" in each line with a 2 or a 3 or a 4 as needed? In
other words, can one single character in these lines be made into a variable
that I can manipulate?
Protect your data base by Processor Serial Number Question22 Feb 2008 22:05 GMT2
This code is used to know Your Computer Processor Number
I think there are Missed reference or Module declaration section
First Question
Can any programmer Help me to complete this code and give me missed
Copy Data From Main To Sub Form22 Feb 2008 21:47 GMT1
Hi everyone!  Using A02 on XP.  I have a main form [ICSUpgrade2008MainForm]
with some data on it that I would like to copy down to my subform
[ICSUpgrade2008SubForm] when I click a button on the subform.  The Main Form
field is: [Forms]![ICSUpgrade2008MainForm]![Trustee] and the ...
FindFirst - 2 criteria22 Feb 2008 21:33 GMT10
Ok, I'm sure this is a syntax thing. I'm trying to find a record on a form
based on the members selected via two different criteria. For the following
statement
rs.FindFirst "[ConvActivityRtgID] = " & [TARSkillClusterID] =
Why is Default Value not working?22 Feb 2008 20:59 GMT8
Why when I goto a new record the date is blank?
Here is the code I'm using?
Private Sub PostDate_AfterUpdate()
Me.PostDate.DefaultValue = Chr(34) & Me.PostDate & Chr(34)
Problem populating Excel Chart with Access VBA22 Feb 2008 19:19 GMT4
I am using Office 2000 and I have a form that contains a Microsoft Excel 2000
Chart. When the form is opened this chart is refreshed by a piece of VBA Code
which retrieves data from a database and puts it into the Sheet associated
with the Excel Chart and then formats the chart.
Clicking in Text Box - How To Auto Put Cursor To Left Side?22 Feb 2008 18:30 GMT3
Sometimes the users can really be annoying with inane stuff but they sign my
checks.
My question is this:
When clicking into a text box, how do I get the cursor to automatically go
Combobox populated22 Feb 2008 16:33 GMT2
Before I print a report by clicking a command button [btnPrintRpt] I select
a record from a combobox list [cboCandidates].
This is then the basis of the report.
Firstly: How do I make the command button check to make sure that a record
Syncronize Textbox on form22 Feb 2008 14:34 GMT2
I was wondering if it was possible to syncronize a textbox on a form to the
record selector on the bottom of the form. I want the user to enter the
current record number in the textbox. However, I want to syncronize it
because at times, records are deleted so I want to make sure ...
 
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.