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 / Modules / DAO / VBA / February 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Automate user id and password in ODBC dialog box26 Feb 2008 06:40 GMT3
I'm attempting to use the windows scheduled task feature to automatically
download information via ODBC into an access db.  The problem is that the
ODBC user id and password has to be entered before the data will transfer.  
Is there some way to programmically enter the user id ...
How does one report bugs?26 Feb 2008 02:31 GMT3
How does one report bugs?
obtain list of fields26 Feb 2008 02:14 GMT2
I've been asked to generate a list of all the fields used within an mdb for
certain selected tables. Aside from going through each query and manually
inspecting them, is there a programmatic way to do this? (I've examined the
hidden system tables but they have not been helpful).
Collating reports26 Feb 2008 01:27 GMT1
I have two different reports that are generated from the same table. They are
sorted by customer, generally one page per customer. I would like to be able
to print the reports collated together, as follows:
Report 1, Customer 1
Stopping new record creation25 Feb 2008 20:48 GMT2
I have an Order entry form that contains fields for customer name and order
date. It also contains a subform with order details.
I would like to test the customer name and order date and in certain
situations stop it from generating a new record. But it seems like whenever I
refresh a combo box25 Feb 2008 20:34 GMT2
I have a combo box in the form header that finds my record of interest (I
used the wizard to create it.)  When I disapprove a client  (in the
after_update event of a frame that contains option buttons labeled "approve"
and "disapprove") that record disappears (via Requery in the ...
Output To25 Feb 2008 20:25 GMT2
Here's my code:
Private Sub Command4_Click()
   DoCmd.OutputTo acOutputQuery, qryBillingExport, ,
([Forms]![frmBillingExportFrom]![dateCollectionDate])
Prevent double booking withing wehicle checkout database25 Feb 2008 17:21 GMT2
Hello, I am having a problem with a database that I have.  The database is a
vehicle checkout one that I helped create.  The part where I am stuck is when
a user goes to checkout a vehicle they click on checkout vehicle and then can
slecet the vehicle they want along with the ...
If one value then another value from same line25 Feb 2008 17:10 GMT2
I've actually posted a similar question but still cannot resolve... Please
help!
What i want to do is when i select a value from a drop down list in a form
another text box needs to be populated with a value from the same line...
help with code25 Feb 2008 16:03 GMT10
I'm using this code to identify existing cases in a table based on an account
number.  This code searches all records for the past 3 years, I'd like to
alter the code to only look at the past 60 days cases rather than the entire
table.  The date is in a field called ...
Excel.exe not closing after transferspreadsheet25 Feb 2008 11:08 GMT1
Hi I have the following code:
Dim xlapp As Excel.Application
Dim xlwkb As Excel.Workbook
Dim xlWs As Excel.Worksheet
send email25 Feb 2008 06:41 GMT1
How do you send email in an access code in a module? Using access 97. Thanks.
Age test25 Feb 2008 01:32 GMT5
I would like to know how to test if a person is less than 18 years old.
Something like this:
where dtDateOfBirth is their birthday and Date is the current date
if Date - dtDateOfBirth < 18 then strStatus = "Child"
stLinkCriteria with field that has a quote24 Feb 2008 22:24 GMT2
I have surname on a form, and sometimes the surname might have a quote, like
O'Neil.  This is my statement to set the criteria, but it does not like the
user entering a quote in the data - how can I fix this?
stLinkCriteria = "[LastName] LIKE '" & Me![surname] & "*'"
Print report based on forms selected record24 Feb 2008 21:43 GMT3
Is it possible to print a report based on the selected record of a form
without actually opening the report.  I would like to print the record to a
delivery manifest as the user completes the current record.  The form name is
frmDelivery and the report name is rptDeliveryPrintOut ...
 
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.