Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

list box on a ms access form cannot pick data from sql server

Status
Not open for further replies.

RYSNET

Technical User
Aug 20, 2002
14
0
0
LK
hi
i have a ms access 2002 mdb file, with a from and list box onthe from. and data on sql server. connection us global variable con

With Me.FrmKYInvKeyInfo
.RowSourceType = "Table/Query"
.RowSource = "SELECT * FROM KEYINVENTORY"
.ColumnCount = 3
End With
error is table doesnt exists.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top