Cascading Combo box to three levels
Thu, 27 Nov 2008 19:00:01 -0800
All
I have borrowed code from the web and it works wonderfully in developing
cascading combo to 2 levels - what I need is a macro to go to a third level.
the code I am using now is
Private Sub cboCountry_AfterUpdate()
On Error Resume Next
Select Case cboCountry.Value
Case "Develo ...
|
Access 07 software at work
Thu, 27 Nov 2008 18:34:03 -0800
Been self-studying Access07 at home with test data from work. All databases
are presently in Excel 07 format. Now I feel am ready to show my boss how
Access07 can be more beneficial for our purposes. At present, there are 5
people who will be using these infos: myself (the only one who will be
actively up ...
|
Typing Info Into Multiple Tables at Once
Wed, 26 Nov 2008 15:48:05 -0800
Is it possible for me to type one column of info in one table and have it
also appear in another table? I have 3 tables that have two columns the
absolute same.
Case No. & Conservatoree. I need to have these two bits of info appear in
all 3 tables, without typing it in each one. I have set up a relationship ...
|
sequencial Join option
Wed, 26 Nov 2008 06:04:01 -0800
Hi
let's say i have 2 tables with identical structure, date and value for
example. These 2 tables contains overlapping data for example, the first
table ends at 30/04/2005 and the other one starts at 01/01/2005. there is no
option in the relationships to join 2 tables with the following : only
include rows ...
|
Multiple Form Instances - Add new record
Wed, 26 Nov 2008 05:52:14 -0800
Can I open a new instance of a form and move it to a new record? If so,
could any problems arise if a user opens two instances in this way (set to
new records)?
Thanks,
Matthew Pfluger ...
|
join tables sequencialy
Wed, 26 Nov 2008 05:26:08 -0800
Hi
I have 2 tables, with sea temp per date, how can i join 2 tables one with
data from 01/01/2008 until 30/03/2008 and another table with data from
01/03/2008 to 01/11/2008. i don't want to cut the tables and don't want to
use SQL, is it possible? ...
|
How do I add a page to a form?
Wed, 26 Nov 2008 02:11:02 -0800
eg 'Customer Details' form in 'Northwind 20071' has two linked pages,
'General' & 'Orders'. How do I ceate that design? I have tried the Insert
Page control in the Design menu, but it has no effect and appears disabled.
Any ideas? ...
|
|
|
Dialog Box for Browse file
Tue, 25 Nov 2008 21:19:00 -0800
Hello -
I want to create a "Browse..." botton, and beside it a "path" text box.
The "Browse..." botton should open a dialog box to choose the file and its
location.
The "Path" text box should recieve the user file choise and to show the path
of the choosen file.
How do I do that ?
Thanks
--
Alu_GK ...
|
Design of Risk Database
Tue, 25 Nov 2008 03:26:12 -0800
Hi Guys,
I am tring to design a risk database. The schema that I currently have is
like this:
A ProjectManager table:
PMID - PK
userid (this is used for determining who is logged into the database)
surname
firstname
A Projects table:
ProjectID -PK
ProjectName
A Manage Table:
PMID - PK
ProjectI ...
|
Is there a query for this
Tue, 25 Nov 2008 06:15:56 -0500
Hi All
Front end vb6, back end Access.
Program makes reservations for my library.
4 rooms, length of reservation will be in half hour increments
I need to be sure two events are not booked with overlapping times.
Right now I retrieve a recordset as follows
Date, Room, StartTime, StopTime ( sorted by StartTim ...
|