Hi Experts,
I have a thumbnail image in a form. When I click on the image I want to run an external program (some photo viewer or other) and have the viewer open the image.
The RunApp command in a macro does not have the option to pass a parameter. How do I do this with code?
Thanks for your...
Hi to all the experts,
I have two frames.The first one has thumbnails. I have managed to get the second frame to change to the larger picture with the "onmouseover" event (JS). So far, ok.
The JS script looks like this:
function rollIt(whichPic)
{
top.picframe.document.images.pic1.src =...
I have a form with two text boxes. The first determines the valid values for the second.
For example:
Text1 can be A or B.
If text1=A then Text2 can have values of 1,2,3. If text1=B then text2 can have values of 10,20,30. How do I approach this and where? I want the form to be "stuck"...
I have mistakenly installed Windows 2000 SERVER. How do I uninstall or format the disk in order to install Windows 2000 PROFESSIONAL?
Thanks for your help
Hi...I have a listbox that lists a field containing numbers. The numbers have many decimal places and I would like to show them in the listbox with only one decimal place. For eg. instead of 1.2345 I would like to see 1.2 in the list box.
Any ideas and thanks for your replies.
Hi....I have an array populated with values. I would like to use these values as criteria for a query. How do I do this?
eg. My table (300 records)has a Code field with 20 different unique values. The user has picked from a listbox 3 different values (eg. 5,8 and 15). I have them in an array...
I have a form with a listbox. I would the user to pick one or more values and have these values serve as criteria for a query.
Any ideas? Thanks in advance!
I have the following code on my page:
Agent number: <%=AGENT%> </b></u> Select an agent:
<select name="AGENT" onchange="OnAgentChange()">
<option value="(none)">
<%AgentsNum.MoveFirst
do while Not AgentsNum.EOF%>
<option...
Hi....I would like to change the background color of my application.
I know I have to use an API call. Anyone know how to do this? Let's say I would like to change from the grey default to light yellow. Thanks!
Hi...got a real weird problem. When I scroll with the mouse wheel on a simple form, Access "runs" through all the records to end of my table and then starts over again. Only ALT+CRT+DEL that ends the access session stops this "scrolling". Any ideas?
I have a listbox on a form with some type values. One of the values is "other" i.e. add a new type.
I manage to get access to display a new text box into which the user then populates with a new value. How do I get the new value to be (1) shown in the list (2)permanently added to the...
I have a form with a number of text boxes. I want to write ONE sub that is called after each text box update that changes the box color. I basically need the syntax to find the current textbox name. Thanks!
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.