Is there a way that I can force my website to be opened in a maximized window. The site uses a picture background and does not look correct if the window opens minimized.
Thanks,
Francie
Is there a way that I can force my website to be opened as maximize? My site uses a background picture and doesn't display correctly if the site is not in a maximized window.
Thanks,
Francie
I have a form that runs a VB function then calls a subform. I need to use the computed VB variable for my filtering in the subform.
Is there a way to do this?
Here is the VB code I have.
NewClientCode = Chr$(39) & rst.Fields(0).Value & Num & Chr$(39)
' Go to the New Client form...
I have installed a website that displays correctly when viewed in 1024, which is how I developed it. When someone access the site with a workstation set at 640 the pages wraparound.
Is there a way to determine the screen size and set it corretly?
Thanks,
Francie
I have created a website that displays correctly when viewed in 1024. Several users are using 640 and are not receiving the horizontal scroll bar. This is causing the page to wrap around. Is there a way to put a control in FrontPage that will determine the screen size and adjust correctly, or...
I have an unbound field called "[Initials In]" which I am trying to us in a SELECT and SET statement. I have tried "ME![Initials IN]" but VB doesn't seem to get the value of the field.
My sub statement is:
Public Sub GetNumber_Click()
and the WHERE statement is...
I am creating an unbound form that receives initials and uses them to determine what the next available key should be for given initials. When I run my test and select the add button I receive an "Invalid Qualifier" error on the "Set rst" line. VSBasic highlights the...
I am receiving the User Deined Type error on the "Dim dbs" statement. What I am trying to do is select the next value of "Last Code Used" so I can generate the next key.
Am I working with DAO incorrectly?
Thanks,
Francie
Here's the code:
Public Sub GetNumber_Click()
Dim...
I have an unbound form which calls a bound form. I want to pass the value received in the unbound form to the select/filter in the bound form.
Can the unbound column be made Public by using the text box properties form.
Thanks,
Francie
I have created an unbound form which has one field. This field is being used as part of the filter when the command button is selected.
The problem I am having is that when I run the form, although my cursor is located in the text box. the form won't allow entry.
This may be a simple solution...
I am a newbie to Access, but have used other database products. I am attempting to create a set of forms that will accept 2 chars of input that will be used in my form attached query to filter on the left 2 chars of a column. I created an unbound textbox, but access is not accepting data entry...
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.