Hi,
Does anyone know how I can set up a query to filter using a combo box, for example a list of customer names, so that if one name is selected only those records pertaining to that customer are show, BUT if no customer is selected then all customer records are shown?
I want to be able to...
You don't mention how the code associated with your text box is 'triggered', but I suspect your problem might be that nothing is causing the code to run. You might want to look at putting the code against the first textbox, '[date sent to]', so that when that is updated, the code is run to...
Although I realise this might not be practical if a very high starting number were required, but you could always create a load of dummy records until you reach x-1, where x is the starting number that you want, then delete all the dummy records. This could be done manually, but VBA code would...
If you omit the directory "C:\DIRNAME\FILENAME.xls"
from your code, when the code is run, a window is automatically opened to allow selection of a directory.
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.