Guest_imported
New member
- Jan 1, 1970
- 0
Here goes. When you are connected to a SQL database, it is possible to connect or link to an Access database at the same time?
Here's what I am doing for now. When I click a combo box on a form, it is loading data from a local access database to the project by the trasferdatabase method. I suppose you are wondering why I am doing this instead of just pulling lookup values from the server? Reason is that we are making a mobile client solution to transmit data over a CD/PD (cellular freq). I do not want to tie up the freq with the retrieval of lookup information from the server. I do simply put data in the controls and that accounts for most of the lookup data that is needed.
PROBLEM is that you can only put some many values in a combo box for lookup, unless you are using a table (like I would prefer to do) If you are typing them in, you are limited and I'm looking to have 1300 values in two different combo boxes, both for accuracy and speed.
Can I populate a combo box in code? I have tried and it hasn't worked very well. It would be great to link to a local access DB for lookup. Looking for the right solution...........Terry
Thanks for any ideas and I AM OPEN TO SUGGESTIONS
Here's what I am doing for now. When I click a combo box on a form, it is loading data from a local access database to the project by the trasferdatabase method. I suppose you are wondering why I am doing this instead of just pulling lookup values from the server? Reason is that we are making a mobile client solution to transmit data over a CD/PD (cellular freq). I do not want to tie up the freq with the retrieval of lookup information from the server. I do simply put data in the controls and that accounts for most of the lookup data that is needed.
PROBLEM is that you can only put some many values in a combo box for lookup, unless you are using a table (like I would prefer to do) If you are typing them in, you are limited and I'm looking to have 1300 values in two different combo boxes, both for accuracy and speed.
Can I populate a combo box in code? I have tried and it hasn't worked very well. It would be great to link to a local access DB for lookup. Looking for the right solution...........Terry
Thanks for any ideas and I AM OPEN TO SUGGESTIONS