| | Rating Thread /
Thread Starter | Last Post | Replies | Views |
|  | using a local table in access97, the debug.print's in this code will
show null and PET039 in the debug window
Sub wLocal()
Dim wrk As...
Roger
|
08-10-2009 03:48 PM
Roger | 0 | 47 |
|  | A user of one of my databases wants to send reminder emails on a
weekly and end of month basis. I have the emailing sorted and am now
thinking of...
Wayne
|
08-10-2009 11:39 AM
Wayne | 3 | 57 |
|  | I am using Stehen Leban's picturebox (http://www.lebans.com/
imageclass.htm) to draw images on an Access form (Stephen, if you read
this - wonderful...
wazdakka@twcny.rr.com
|
08-10-2009 11:12 AM
hbinc | 1 | 57 |
|  | I use the following code to jump top the end of a text box contents:
Me.Solution.SetFocus
Me.Solution.SelStart = Len(Me.Solution.Text)
The problem...
AA Arens
|
08-10-2009 08:31 AM
hbinc | 6 | 42 |
|  | Hi,
I have a table with various weight values, increasing in steps of 1000
grams. I'll be calculating the total weight of a customers shopping
cart...
hill79
|
08-10-2009 04:04 AM
hill79 | 1 | 55 |
|  | Does opening an A2007 database using A2007 and the /runtime switch
simulate the condition of opening the database using the runtime
only? What I am...
Wayne
|
08-09-2009 05:31 PM
Tony Toews [MVP] | 5 | 51 |
|  | Our call logger keeps track of the duration of each call in terms of
hours:minutes:seconds. I import these rercords in to A2003. I want to
arrive at...
Vet Tech
|
08-09-2009 04:29 PM
hbinc | 10 | 136 |
|  | Some users have created an Access 2003 database which has run into
problems. At the moment I'm unable to open the db as it's giving the
following...
Mo
|
08-09-2009 02:21 PM
Tony Toews [MVP] | 3 | 92 |
|  | I've been asked to develop a Fixed Assets System for my company which
can maintain a history of all assets and automatically calculate...
Prakash
|
08-09-2009 04:10 AM
Phil Stanton | 1 | 58 |
|  | I use the command to go to the bottom of a text field.
Private Sub cmdGoDown_Click()
Solution.SetFocus
Solution.SelStart = Len(Solution.Value)
End...
AA Arens
|
08-09-2009 12:16 AM
AA Arens | 2 | 39 |
|  | I would like to run a macro that will
1) Allow the user to select a database to link to
2) Link to all the tables in that database
3) Run some other...
Craig
|
08-07-2009 09:35 PM
Larry Linson | 1 | 69 |
|  | per the documentation, this event is triggered when the form gets
focus...
so if I start ms-access and open the form, the event triggers
if I now...
Roger
|
08-07-2009 03:25 PM
Roger | 8 | 81 |
|  | Can I open a webpage like google.com within access. Then fill in the
search text box and click on search? Can I have access VBA do all this
for me?...
Ken
|
08-07-2009 07:24 AM
BobbyDazzler | 6 | 86 |
|  | Hi everybody, I am building a database for a client and one the things
I need to do is calculate some invoices due dates, ex.:
Invoice date:...
lupo666
|
08-07-2009 04:36 AM
lupo666 | 8 | 36 |
|  | I posted this in the Public google group, I meant to post here, so
I'll do that too:
Does anyone have any experience in linking into a Documentum...
lukethegooner
|
08-06-2009 03:22 PM
Salad | 1 | 65 |
|  | I have a table that contains shipping information. I need to write a
query that will return multiple identical rows for each line based on
the and ...
Terry Olsen
|
08-06-2009 11:25 AM
Salad | 1 | 59 |
|  | Hi Everyone,
I am having a problem with late binding and opening an Excel workbook.
The code (posted below) works fine for workbooks that dont have...
The Frog
|
08-06-2009 10:54 AM
Mr.Frog.to.you@googlemail.com | 9 | 87 |
|  | I have a bit of VB code that outputs an Access table to C:\Temp in the
form of an Excel file called Export.xls.
It then opens up a new email with...
Vet Tech
|
08-06-2009 02:16 AM
Phil Stanton | 1 | 52 |
|  | I’m working on a project where we will be gathering data at a couple
of locations. Unfortunately due to legal restraints we can’t use
remote...
Craig
|
08-06-2009 12:16 AM
Salad | 5 | 57 |
|  | Maybe I'm doing something dumb but: I access this group through the
Google Group "comp.databases.ms-access". For some reason I am only
seeing very...
Wayne
|
08-06-2009 12:11 AM
Wayne | 7 | 54 |
|  | On a form, how to display the difference in days and time between a
date / time value stored in the table and the existing date / time.
Bart
AA Arens
|
08-05-2009 10:36 PM
AA Arens | 2 | 54 |
|  | There's an application I inherited that has a tabbed page form and a
treeview. The tree view items are about 40 and the prior developer
opens up all...
Salad
|
08-05-2009 06:23 PM
Rich P | 7 | 84 |
|  | Hi All,
In AccessXP I have a table and in that table I have several fields
with names like FLPR-Q1 thru FLPR-Q10
when I write this in vba code to...
bobh
|
08-05-2009 01:14 PM
bobh | 5 | 67 |
|  | i have a fairly straight forward function that i am using to generate
a starting point for my reports.
here is the code:
Function CurrentStart() As...
bipin
|
08-05-2009 01:03 PM
Larry Linson | 6 | 46 |
|  | Hi All,
In AccessXP I have a form that as several textboxes on it and I wanted
to check the spelling of one of them so I added this vba code in...
bobh
|
08-05-2009 09:25 AM
bobh | 0 | 72 |
|  | I have a query that returns every fifth record after clicking a
command button.
The query returns the correct number of records, but an...
zufie
|
08-05-2009 08:52 AM
Krzysztof Naworyta | 2 | 43 |
|  | I tried to look around but could not find: A feature that dismisses
the main form after a pushbutton click on that form that opens a
second...
AA Arens
|
08-05-2009 07:12 AM
Krzysztof Naworyta | 5 | 49 |
|  | I've spent half the day on this and can't make it work. I'm using
A2003. I have a report on the screen in print preview mode. Using a
button on a...
Wayne
|
08-05-2009 12:25 AM
Wayne | 0 | 28 |
|  | I just started getting the error message: "is not a valid name. Make
sure that it does not include invalid characters or punctuation and
that it is...
AndrewBerry
|
08-04-2009 10:44 PM
Salad | 3 | 68 |
|  | I am busy with a helpdesk database and the calls form has (beside
several other fields) two comboboxes: 1st line and 2nd line support,
both taking...
AA Arens
|
08-04-2009 09:17 AM
Wayne Gillespie | 6 | 46 |
|  | Is it possible to programmatically search the code behind the forms,
reports and modules in Access? Thanks.
Vincent
Vincent
|
08-04-2009 08:53 AM
Salad | 1 | 61 |
|  | I am looking at ways to record users logging into the database.
Currently there is no log on requirement. I am looking at having User
Id and password...
Duncan
|
08-04-2009 08:38 AM
Ron2006 | 2 | 58 |
|  | I am trying to get my Dcount Mod5 in my query to return every 5th
record.
Here is the:
Field Name: Expr1: DCount("","IBCCP Referral","
<= " & ) Mod...
zufie
|
08-04-2009 02:06 AM
Phil Stanton | 1 | 79 |
|  | Hi All,
I am attempting to create an auto update feature within a current
database. Its a database that logs training for registered...
DeZZar
|
08-04-2009 12:56 AM
DeZZar | 3 | 25 |
|  | I do have three buttons within a Frame, one at a time can be active
(push down).
I do have a field that mention the date and time a new record was...
AA Arens
|
08-03-2009 09:52 PM
AA Arens | 0 | 41 |
|  | I have a table (tblCheckDates) with Date, Location and Name in it. I
have a form for entering the Date, Location and Name. In the code I
have...
RCGUA
|
08-03-2009 08:58 PM
RCGUA | 2 | 38 |
|  | I have an Access 07 database with several tables that need to be
renamed. When I rename them, all objects associated with the tables
refuse to work...
Ryker
|
08-03-2009 04:23 PM
Ryker | 0 | 59 |
|  | Hi All,
I've got a report in Access that has an unbound OLE chart that is
getting it's data from a query. The chart and information shows just
fine,...
kevinfbutt
|
08-03-2009 03:04 PM
kevinfbutt | 0 | 55 |
|  | Can anyone help with writing a query to find retrieve the start and
end dates from a group of dates. For example a record in the table
the data will...
RCGUA
|
08-03-2009 09:50 AM
RCGUA | 2 | 48 |
|  | The detail section of a report consists of a subreport. The detail section
subreport consists of a record and another inside subreport. No matter how...
Steve
|
08-03-2009 04:29 AM
Keith Wilby | 1 | 80 |
|  | Dear reader,
I have an Access application which working with a Front-end and Back-end.
In case Front-end (program) and Back-end (data) runs on a...
Simon
|
08-02-2009 09:58 AM
Salad | 1 | 79 |
|  | I have a form.
How to add code so that a default find-record button upon activating
directly:
- set "Look In" to the right column of the table
-...
AA Arens
|
08-02-2009 03:14 AM
AA Arens | 0 | 48 |
|  | I am looking for a description on how to make reports based on chosen
values on a form.
I know how to make a report and with a query to make a report...
AA Arens
|
08-01-2009 09:55 AM
AA Arens | 4 | 23 |
|  | I can make Toggles and Command fields gray but it failed with text
boxes.
Why?
This is a sample of my code:
If Nz(Me!Combo154.Value, "") = ""...
AA Arens
|
08-01-2009 09:46 AM
AA Arens | 4 | 41 |
|  | I am looking for a way to delete the value from either a textbox or
combo box by a button on a form and the action to delete applies to
the textbox...
AA Arens
|
08-01-2009 09:30 AM
Salad | 4 | 54 |
|  | I do have a three Comboboxes on my form. Two last are depend on the
first.
This is the code in the afterupdate of the first combo:
cboRS1 = "...
AA Arens
|
08-01-2009 02:01 AM
AA Arens | 0 | 54 |
|  | To bring my question down to the simplest case - I have a table with
two records and two fields. The field names are FirstName and City.
If record 1...
Sheldon
|
07-31-2009 12:09 PM
Sheldon Potolsky | 6 | 41 |
|  | I have a push button that adds the value from a combobox in a text
box. How to get an alert (message) if the value in the combobox is not
set...
AA Arens
|
07-31-2009 06:58 AM
paii, Ron | 5 | 32 |
|  | I've written a billing system for a restaurant in Access 2003 for
which data entry is performed through the keyboard.
The Restaurant Owner is now...
Prakash
|
07-31-2009 12:23 AM
Tony Toews [MVP] | 3 | 65 |
|  | Hi All,
I am trying to create a button on a form that will increase the form
hieght and then move a group of buttons into the newly expanded
section...
DeZZar
|
07-31-2009 12:18 AM
Tony Toews [MVP] | 5 | 42 |