I have a "Menu" frame and a "Main" frame.
At the start, "MyMenu.html" gets opened/displayed in "Menu" frame and "MyHomePage.html" gets opened/displayed in "Main" frame.
By clicking "Log-In" in the "Menu" frame, the user gets a Log-In form in the "Main" frame.
Upon completeing & submitting the...
I have been trying to create & use a cookie to remember the user's ID. All the different recomended coding I've found doesn't work - or I don't understand cookies!
By playing around with the code, it seems I managed to set up a cookie. But, I can't delete it or set up a new one. Furthermore...
Can't find any info in HTML so I presume it has to be done in Javascript.
I have an Input box for Quantity to be entered by the user and an Input box for the Price to be filled in by a JS function. Can you tell me how to right justiy these fields with the Price being shown as $xxx,xxx
Tks
Michael
After doing a <center>, how can I start my next line left alligned without using a <p align=left>. I want my next line to start immediately following the <hr> but I don't want a line skip. e.g. of code follows:
<center>
<hr width="80%" size="6" noshade></>
<font color ="Blue" size=2><p...
Nothing happens when I click the Checkboxes ON or OFF. When ON I should get a calculated price based on Qty & when OFF, I should get a zero price.
Can you tell me what’s wrong? I’ve checked over & over and I believe my code is according to JS documentation.
Various versions of my code...
I'm trying to pick up the content of iInput box "q01" with the following code
qty=document.getElementById('q01')
but I get "[Object]" instead of the content.
What is the correct coding?
Thanks
I've developed an Access application under Windows 95, Access 97 and I need to transfer this to a Windows 2000, Access 2000 instalation.
Problems:
1) Access 2000 wont open the application saying the application needs to be converted and I haven't got rights to convert it - don't remember the...
I import a text file into a TABLE where duplicat keys are not permitted. If I have a duplicat condition, instead of getting my error message I get the Access generalized message saying unable to import all data...
My code is:
On Error GoTo Import1_Err
DoCmd.Echo False, True...
I have two reports (Keys & Info) with a customized Toolbar which includes an "Exit" button and this "Exit" button was tied to a macro called "MM.ExitBtn". These reports get opened via Menu Form X.
I later introduced a Menu Form Y to selectively preview print...
I developed my Access applications on a Laptop. When I transfer them to PCs, which have lager screens, forms are still the Laptop screen size.
Is there a way to have forms automatically adjust to the screen size in use?
Thanks,
Dummy99
My following code gives me error message:
"Too few parameters. Expected 1."
It appears to me to be from the last line of code but I don't understand it / can't resolve. Please help!
StrSQL = "SELECT Keywds,keyid,key FROM Keys WHERE Keyid = Forms!Info.Key"
Set qdf =...
Can anyone tell me how I can get the equivalent of a Click or Double Click by using the keybord, e.g. using the Enter key.
I have one and only control in a continuous form and it has a subform to it. To get the sub form, my user has to do a double click on the control item he's interested in...
I'm getting the following error messages when I try to Compact my Access database Application and it doesn't seem to be compacting.
First:
Invalid database object reference. - I OK it.
Second:
Same msg. - I OK it.
Third:
The MS Jet datbase engine could not find the object '~sq_fMM'...
I placed the following in the Access Queries & Jet SQL forum but I believe it belongs here.
While in a form, at the users's request, e.g., clicking a button or double clicking a control, I need to display the contents of a file (just for reading/viewing, such as a PDF, JPG, DOC, etc., in a sub...
While in a form, at the users's request, e.g., clicking a button or double clicking a control, I need to display the contents of a file (just for reading/viewing, such as a PDF, JPG, DOC, etc., in a sub form or whichever way possible.
Can anyone help please?
Thank you.
Dummy99
I have
TableA: Key = Auto Number
Ans = Memo
TableB: KeyWord = Text
KeyId = Number (equal to TableA.Key)
Misc = Text
QueryA: Combines the above two with a join on Key and KeyId
I want to display Ans based on the users choice of one or more KeyWord but when more than...
I have
TableA: Key = Auto Number
Ans = Memo
TableB: KeyWord = Text
KeyId = Number (equal to TableA.Key)
Misc = Text
QueryA: Combines the above two with a join on Key and KeyId
I want to display Ans based on the users choice of one or more KeyWord but when more than...
How do I replace data in a Table: Field1 by NewYr & Field2 if first 4 characters of Field1 = OldYr?
I have:
Dim dbs As Database
Dim strSQL, OldYr, NewYR as String
Set dbs = CurrentDb
OldYr = [Forms]![MM].[YR]
NewYr = OldYr + 1
strSQL = "UPDATE Customer SET Field1 = "...
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.