I am checking the state of each row in a checked list box. If the item is checked I would like to filter a datatable by that item. I don't know how to handle if more than one item is checked in the list box. I am trying to build a string value for the filter but it will only filter by the last...
I am trying to add hours to a datetime. Not sure what the best way to do this is. If I have 60 hrs (2.5days) and want to add that to todays date 10/25/2005 11:35:00 AM. I need the outcome to calculate not only the days but to add the half day to the time.
Thanks for the help
I have a drop down box that is dynamically populated from other user defined criteria. I want this drop down to appear in a datagrid on the same page. Is there a way to populate a datagrid drop down using data from another drop down outside the grid? Some guidance would be greatly appreciated...
I have a drop down box that is dynamically populated from other user defined criteria. I want this drop down to appear in a datagrid on the same page. Is there a way to populate a datagrid drop down using data from another drop down outside the grid? Some guidance would be greatly appreciated...
I am trying to print a report with a custom page size of 8x7 in Access 2003. I can't find any options that will let me print to this user defined size. I also need a width of 850 and length of 700. Unit: .01
My problem was that certain words are reserved and you can't use them. I just put brackets around all of them and it worked. Don't ask me why but it does. Thanks for your help though.
SQLStmt = "INSERT INTO Parts ([PNumber], [Grade], [MfgGrade], [Size], [Weight], [Offcuts], [GradeType]...
I can't figure out this error, please help. Its giving me a syntax error in my update statement at Set RS = Conn.Execute (SQLStmt)
if strIndex = "0" then
SQLStmt = ""
SQLStmt = "INSERT INTO Parts (PNumber, Grade, MfgGrade, Size, Weight, Offcuts, GradeType...
Can't fix this error in my Sql statment. Please help
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the keyword 'WHERE'.
SQLStmt = "UPDATE Drawing_MAIN Set User_ID_Eng ='"+struser+"', Customer_ID...
Intern who needs a little help,
I am trying to make some parameters in a query using Microsoft Access. Once the criteria is entered it populates a report. The first parameter I have working uses the "Between/And" function for a date range. This works great, but how can I add on a...
Intern who needs a little help,
All I want to do is have the user enter their name then click on the submit button and it will update a database. I am stuck.
Help would be greatly appreciated
Thanks
<html>
<head>
<title>New Page 1</title>
</head>
<body>
<%
Dim Name, data_source, con...
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.