What does this have to do with carputers?
Ok... this is something for my job and need a lil help. So thought i would bring it to the programmers.
I am making excel sheet where
column 1 = customer id
column 2 = customer name
column 3 = address
column 4 = telephone
I have an access database that contains all my customer information.
What i want is if i lets say i enter 222343 into column one and it is a valid cusotmer in my access db then it would fill out the customer name, address and telephone columns in my excel sheet to save time.![]()
I assume this would need some type of VB code, but i am not not very knowledgable with VB. So i am gonna play dumb.
Only code i do at work is Clarion and sometimes cognos
If anyone could help me out or even show me a sample of what i am trying to acheive so i could analyze it then i am sure it wouild make sense.
thanks!
What does this have to do with carputers?
You don't need any VB code to do this, excel can get data from a database and do what you want very easily.
BUT...what on earth are you asking here for?? Take it here
Destinator 3 For PC! - http://www.map-monkey.co.uk/
You can easily import a database into excel...
Progress [I will seriously never be done!]
Via EPIA MII
512MB RAM
OEM GPS (embedded)
nLite WinXP pro on
1GB Extreme III CF card
Carnetix 1260 startup/ DC-DC regulator
Software: Still, re-Writing my existing front end in .Net
use ADO to query the database, and fill out the rest of the columns
Bookmarks