Hello all and thanks in advance for any help.
I have an unbound form that contains the calendar control where I would like to be able show the user which employee's are scheduled to work in a specific department on the day selected in the calendar control.
There are five subforms on the main...
I am currently using a MS Access 2000 db on my site and this is the connection string I am using to connect to it.
objConn_swaptrade = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.mappath("/database/swaptrade.mdb")
How do I change the line above to work with an Access 2007...
settings.
First, thank you in advance for any help I may receive.
My question is fairly simply. I have dynamic pages which I add a file include pointing to adovbs.inc when testing my pages on my IIS server. However, when I upload them to my website I have to remember to remove that line or I...
loads into the page.
Hello and thanks in advance for any help with my question. Here is what I would like to do if possible. I have an asp page that obtains its value from a memo database field. I would like to add a sub to the memo field and have it execute when the value is loaded into the...
Hello all and thanks in advance. I am looking to convert my custom Access Help files to HTML so they are supported in Vista anyone have a favorite application they like? Or if I have to redo them from scratch what do you recommend to create the help files for all my Access projects.
Thanks...
Hello, I am new to actionscript and I am lost. I have a flash movie which has a Next button and Reply button, which I copied the code from a book and they work fine.
Now I would like to add a previous button so the user can return to the previous screen but I am having no luck. I have a layer...
different SQL statements from the same database can it be done?
I have been attempting to place two tables on my asp page and populate them dynamically with two seperate SQL statements from the same Access database but when I place the second table on the page it will not load. Can I make two...
table.
Anyone that can lend me a hand on how to open the BE database locate the table and add the fields I would appreciate it. Just a little code to get me started would be great I can take it from there. I would use DAO since I know that will be installed on the target machines.
Life's a...
it stops and the control that holds my action script to move to the next page is not visible. I am using Flash 8 Professional, I did download and apply the Macromedia extension that is listed on their website. Anyone have any ideas and can point me in a direction to look to make these movies...
Now that I am getting a better understanding of CSS I have a few general questions that don't seem to be addressed in all the books I purchased so I present it to you for your opinion.
1.) When designing with CSS should I build my pages to fit a specific monitor size or should I allow it to...
or can't I? First, thanks in advance. Here is what I am attempting to do, maybe I can't with layers, I don't know.
I have 5 layers on my page the top one is the Navigation bar, which will never change location or size. Under that I have three columns, which can chage in height but not in...
First, thanks for looking at this it is appreciated.
Here is what I have and what I would like see happen.
I have two ASP pages, page one the user selects criteria via a form. Upon clicking submit they are directed to page two where we search the db using their criteria with the results, if...
First thanks in advance you guys always got the right answers or send me to the place where I can find what I need and it is appreciated.
I need to subtract one day from a returned value from a database where I store a date. I don't want to change the Expiration Date in the database just the...
First let me thank everyone in advance. My question is this. I limit a multi-line text field to 450 characters. Prior to submitting the page for processing I validate the fields. If the text field exceeds 450 characters I don't allow the field to be processed or the form submitted and I...
Hello and thanks in advance.
Here is my dilema. I have a form where I collect information and on submit I send the data to a processor page and add or edit it to an Access database. If I edit the item all works just fine but when I attempt to add a New record I receive an error in my SQL...
First, let me thank everyone in advance for your help it has always been great.
Here is what I am attempting to do. I have a form that I populate from an Access database when editing information. The code I use to populate my text fields is as follows:
<input name="txtLEUnits" type="text"...
site being hosted at another location.
Hello, and thanks in advance. I currently use the adovbs.inc on my web site for pages that are used to call my recordsets. I read where it would be smarter to include the msado15.dll in my Global.asa file as a METADATA TYPE.
The example they use in the...
being a novice to ADO I created an Access query, which I would like to use to add data to my online database. My question is this:
I make my connection just fine but when I attempt to add the data to the query and close my connection I receive an error that the operation is not allowed. Here...
I have a cookie that I store on the clients machine lets call it MyCookie. The cookie is created on page1.asp. Now I have another value the I need to store but it doesn't become avaiable until the user moves to page2.asp.
If I add the value from Page2.asp to MyCookie does it append to the...
objCmd.CommandText = strSQL & " WHERE ItemID = " & rsItems("ItemID") & ";"
That code works just fine. Now I want to add another criteria to the WHERE CLAUSE and it is itemdelete = False then I would like to sort the results ascending.
Before I go nuts can someone guide me in utilizing the...
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.