I guess I didn't explain the problem well enough. It displays 20 rows at a time (what I set) and I am able to scroll down and see more, but sometimes it doesn't allow me to see all 120 items on the list. It is like I am forced to close the program and open it again (like a refresh) before it...
I have a combo box with about 120 items on the list. Sometimes when I click on it it only allows me to see some, maybe 30 of the items on the list. If I remember and type in an item on the list, but not shown, it does pop in autofill. Is there anyway I can prevent only the partial list from...
I have a table with 3 fields: ContName, ContNo and CM. On a form, from a Combo Box, I would like to choose the ContNo which fills in the ContNo field and also automatically fills in the ContName and CM in the ContName and CM fields on the form. I did this a few years ago, but I forgot how to...
I thought I read somewhere that you insert the current date/time into a field on a form by choosing a function key, but I can't find a reference to this anymore. Can someone tell me if this can be done. I am not interested in the default current date/time property. No code please.
Thanks
I would like my report to print “Overdue” only when nothing has been received from A, i.e., the “Date from A” is Null AND the Days Held exceeds the “DaysR”. Below are the expressions I am using. The problem – I am getting “Overdue” for items that have not yet been returned (but don’t exceed...
I need an IF statement that I can use in a Query that will provide an "OVERDUE" if both of two conditions are met. I thought there was a way that you can combine two IF statements to do this. When I enter the below in my Query, I get an error "Undefined function 'IF' in...
Thanks a lot - your suggestion worked.
For future reference I checked a module and see that I have many available refrences but only a few boxes are checked and I didn't see any MISSING. Would a MISSING show up as a separate box checked/not checked?
Thnks for the quick response, but making the change your recommended gives me the following error
Undefined function 'today' in expression.
Could it be my TODAY function is somehow fouled up in ACCESS?
Please tell me why, when I enter the expression below, I get an error and dialog box which says Enter Parameter Value for today(). I have also tried Date() and Now().
DaysHeldDWT: IIf([Date_from_DWT] Is Null,[today()]-[Date_to_DWT],[Date_from_DWT]-[Date_to_DWT])
Report Design View/ Add a text Box - in the control source enter [whatever instruction you want to give data entry person]. Note the brackets - this will cause a propmt for data entry when you first open the report.
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.