I somehow have accdb tables linked from a 2007 Access db to an Access 2000 file format db. It shows up in the 2000 Access format as accdb. I have forgotten exactly what I did to allow the linkage.
I am trying to link tables from Access 2007 to Access 2000. I have done this because the 2000 file that I am trying to link to has some of tables from the same 2007 database.
I would like to be able to have table field names in a list box and have the ability to choose which fields would go into a query/report. Ideally, it would be able to move the items from a list box with all of the names to a list box with only chosen field names. How difficult is it to use the...
I am having trouble with the original issue.
Private Sub Form_Load()
Set ftl = New FromToList
Set ftl.ListBoxOne = Me.lstOne
Set ftl.ListBoxTwo = Me.lstTwo
Set ftl.CmdBtnMoveFromListOneToListTwo = Me.cmdOne
Set ftl.CmdBtnMoveAllFromListOneToListTwo = Me.cmdTwo
Set...
I have 4 layers of information.
Client
Property
Tract
Stand
7 Clients, 25 properties, 1000 tracts, 19,000 stands.
Currently, I have a combo box for Client, Property, and Tract. When you choose a client, it filters Property, when you choose property it filters the tracts. I want to be able to...
Am I correct in entering the following code into a Class Module named "ToFromList":
Private WithEvents mCmdMoveFromListOneToListTwo As Access.CommandButton
Private WithEvents mCmdMoveFromListTwoToListOne As Access.CommandButton
Private WithEvents mCmdMoveAllFromListOneToListTwo As...
Below is the code that I used.
Option Compare Database
Option Explicit'Form Module to make a to from list
'Developed by: MajP
'Last Update:17 May 08
'
'Purpose: This Form Module takes two listboxes and four command buttons and allows the user to move items
'back and forth between the list...
I am having trouble with "FAQ702-6326", which describes Moving items from One Listbox to another listbox.
My understanding of code is very basic.
I keep getting "The expression On Click you entered as the event property setting produced the following error: Ambiguous name detected...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.