Hi,
As you could probably tell from my question I'm not too Linux saavy...
I need to find the DNS and gateway assigned to various remote servers for record keeping purposes. Unfortunately because of my telnet program, I can either not navigate through linuxconf or the program bombs out. I...
Kind of a very specific question- not very familiar with the relationship between forms and subforms. Here goes...
I have a form defined for inputing records. One of the comboboxes is for ease of "Name" entry. Then I have a subform designed as a history and another combobox in the...
Actually I got it working- I eliminated the Not Null statements so it looks like:
WHERE [Problem Tracker].Date Between [Start Date] And [End Date] OR ([Problem Tracker].Date>=[Start Date] AND [End Date] is null) OR ([Problem Tracker].Date<=[End Date] AND [Start Date] Is Null) OR ([Start Date]...
Hi all,
I have parameters defined to query for records within the date range entered and to return all records when no dates are specified:
WHERE ((([Problem Tracker].Date) Between [Start Date] And [End Date]) AND (([Start Date]) Is Not Null) AND (([End Date]) Is Not Null)) OR ((([Problem...
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.