A field in an Access table is formated as Short Time which displays the value as 7:25. If I export this table to a tab delimited text file the same field displays as 12/30/1899 7:25:00. How do I change the format to remove the 12/30/1899.
I want to be able to locate a specific record in a table by filtering the records using an input box on the form. If the complete description in the order field is 100073856, I need to be able to select the record by entering only 7385. The code I have constructed thus far works only if I enter...
If I call for, in the criteria line of a query a prompt, that would require an input, such as a City, is it possible for that prompt to be in the form of a combo or list box that would provide a list of choices from a drop down.
I have created an application calling for the entry in one Combo Box (Customer) which then populates the dropdown list of a second Combo Box (Structure).The code seems to work except when I try to change my selection from the first item in the Structure field. Clicking on the down arrow to enter...
How would I create the following. In a form with 2 combo box fields, Customer and Products, When I exit the Customer field with and entry of "A" I want the the Products field dropdown to display only Customer "A" products. Likewise, if I choose "B" in the Customer field, I want the Preducts...
AceMan1
Hopefully one last question/problem. Plugging in the above code I get the following message "Production Information System can't find the field 'Ans'referred to in your expression" Correction ??
Really appreciate your help
Dickx
Thank you again Aceman1 The code worked except one problem. If I enter 2300 (1100PM)as time1,then 0100 (1:00 AM)as time2, I get the elapsed time as 1320 minutes instead of 120 minutes. How do I correct this?
AceMan1
Thank you. Follow up question What would the code be to calculate the time difference in minutes between time1 and time2 if for example, time1 = 1900 (7:00 pm) and 0700 (7:00am) Should be 720 minutes
Dickx
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.