Hello everyone. I've been working on a database in MSAccess2007 and had to convert it to 2003. I have a line of code which returns a requested date range from a query to a listbox:
Dim MySQL As String
MySQL = "SELECT * FROM qryContLife WHERE 1=1"
If IsDate(Me![StartDate]) And...
Hello everyone. I'm trying to create a formula that will return values based on several fields. I have 2 dates - Depot In and Depot Out. The formula requires more than 2 calculations and this is where get confused whether it is possible to use a IIf statement.
The formula is used to calculate...
Hello everyone. I've recieved wonderful help last time when i turned to this forum, now i have another problem and hoping you will help a beginner again.
I have a table with containers. Each container has an arrival date. I am trying to make a function using DateDiff to calculate the difference...
Hello, I'm new to this forum and would like to greet everybody.
I'm working on a search function which is similar to the one given on this website provided here : http://www.tek-tips.com/faqs.cfm?fid=1177
Only I currently have 5 textboxes for search and the results are returned to a listbox...
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.