My question is this:
What setting could be causing Compaq Ipaq PC's to not be able to display Internet pages that are easily displayed on other PC's.
To the best of my knowledge all versions of Internet Explore, Java PlugIns,etc are the same from PC to PC.
When logging onto a page for the...
What would the format query look like? Like this:
Format("Field", MM/YYYY)??
The format off of the design table does not have a month and year data type.
I have a table that has dates presented MM/DD/YYYY. I want to format the dates into MM/YYYY. I have tried copying and formatting in excel with no success. Every import still gives me the full date. Any help would be appreciated.
I have a date that is coming into access from an ODBC connection from an AS400 server. It comes into access in the following format. YYYYMMDD example 20021210 for yesterday. I need to format it to print out as follows:
MM/DD/YYYY. it is a text field. I attempted using some basic SQL to...
I am a supervisor of a inventory internet application run over a high speed network. We have up to 22 users eventually 113 users, using a java applet over windows 95/98 or 2000 depending on location. We have been experiencing over 30 second response time for querying the system, which is...
I need to format numbers in an access query. I need to include 11 place holders and have a 0 displayed where there is no number. So field 1 needs to displayed 00000000001 and field 1111 displayed 00000001111. I cannot seem to make the input mask work and my SQL is quite rusty. Any help would...
i have a form that i am emailing to two specific directors and everything works fine when i use internet explorer but there is a syntax issue when i attempt to send the form in netscape. my code is as follows:
<form name="formname"...
I don't know if this would help you but in your form declaration enter the following:
<form name="name" action="mailto:emailadress@email.com" method="post" entype="text/plain">
form contents
<input type="submit" value="submit">
</form>...
GUJUmOdel
I tried your suggestion and the address i placed in the value for the select was placed as a value in the form. It sent the email to the mailto action email address but not to the select option email. Do you think it is possible to set a form's action to call a function that creates...
I am trying to email a form to multiple users. I am aware of the mailto action in form declaration and the possiblity of declaring a function with multiple users. My problem is either i can successfully send the form to one user(using the mailto: action)or send the message to multiple users...
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.