I am in the process of designing a database for logging queries. The idea works like this, someone supposedly phones and you have to log a (real-life)query on an Access form. When the person identify him/herself you have to either select the person from a combobox control which is easy. If the caller is a first-timer though you have to do a new entry in the parent table via another form. I have used a prior yes/no field with a conditional macro combined with an event procedure for this control to "trigger" a new form to load once it was indicated that it is in fact a new caller. Now a new entry is done and the form is closed. The focus is now back to the original form and this new entry should show up in the combo-box. My problem is that at this point the combo-box list is not updated yet for some unknown reason. I have tried numerous ways to build in a macro to refresh this list but to no avail. I don't want to have to require the operator to manualy refresh every time. The idea is after all to make it one smooth process. What am I to do?
As they say a little knowledge is dangerous and now that people have noticed my newly acquired skills (although I stil have a lightyears to go) I have yet another problem with another database. I download a product list frequently with the intension to update my own current db-table. This is a humangous text file of about 24Mb and every time I try to import this list MS Acces (after taking an age and seemingly stalling) complains about the first row being too long. The total columns is only about 256 characters long although there are a couple of (tens/hundreds of thousends) records. Is this too much for MS Access to handle? This file size is expected to grow to about 250 000 records...
As they say a little knowledge is dangerous and now that people have noticed my newly acquired skills (although I stil have a lightyears to go) I have yet another problem with another database. I download a product list frequently with the intension to update my own current db-table. This is a humangous text file of about 24Mb and every time I try to import this list MS Acces (after taking an age and seemingly stalling) complains about the first row being too long. The total columns is only about 256 characters long although there are a couple of (tens/hundreds of thousends) records. Is this too much for MS Access to handle? This file size is expected to grow to about 250 000 records...