Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sharonchapman7

    have three tables I need three totals from these tables

    Hi, I am using MS Access 2010 on Windows System 7. I have three tables: A, B, C Table A has the field Task NO Table B has the fields Task No, PriorActuals Table C has the fields Task No, HoldbackActuals I need to create a query that tasks the Task No from Table A and matches it to Table B and...
  2. sharonchapman7

    html page calls default.aspx.vb and gets Ispostback false

    Hi, I have an asp html page that allows the user to input data into a web page. When they click the submit button it calls a default.aspx.vb. The ISPostback is always false so it skips my sql add parameters. Here is the code: <pre lang="xml">&lt;%@ Page Language=&quot;VB&quot...
  3. sharonchapman7

    html page calls default.aspx.vb and gets Ispostback false

    Hi, I have an asp html page that allows the user to input data into a web page. When they click the submit button it calls a default.aspx.vb. The ISPostback is always false so it skips my sql add parameters. Here is the code: <pre lang="xml">&lt;%@ Page Language=&quot;VB&quot...
  4. sharonchapman7

    can't get jquery maskedinput to work

    Hi, I have the following code in my html page. It works if I test it with alert but when I try to run as is I get the error: Microsoft jScript runtime error: Object doesn't support property or method 'mask' <script src="Scripts/jquery-1.2.8.js" type="text/javascript"></script> <script...
  5. sharonchapman7

    hi, I'm using Visual Basic as my l

    hi, I'm using Visual Basic as my language with server side scripting. I have two fields, a date and phone field that I would like to put masks on? Can you tell me how I can do this or if it is possible? I'm using asp server side scripting. Can this still be done? I have attached my code as...
  6. sharonchapman7

    two fields in html I would like to put a mask on, how?

    I'm using Visual Basic as my language with server side scripting. I have two fields, a date and phone field that I would like to put masks on? Can you tell me how I can do this or if it is possible? I was told I would need to use Visual Basic. Can you tell me how I would code for this? Thanks...
  7. sharonchapman7

    using html how do you mask a text box?

    hi, Sorry I forgot to put the subject on my last post. I'm using Visual Basic as my language with server side scripting. I have two fields, a date and phone field that I would like to put masks on? Can you tell me how I can do this or if it is possible? Thanks, Sharon
  8. sharonchapman7

    hi, I'm using Visual Basic as my l

    hi, I'm using Visual Basic as my language with server side scripting. I have two fields, a date and phone field that I would like to put masks on? Can you tell me how I can do this or if it is possible? Thanks, Sharon
  9. sharonchapman7

    two fields on webpage, want same info displayed in second field

    Hi, I have two fields on my webpage that I want to display the same data in. The first field is a textbox named txtFirstName. I want the user to input his first name and then I want the first name to display automatically in the next field. I want the information in the second field to display...
  10. sharonchapman7

    Hi, I am using VBA to create a repo

    Hi, I am using VBA to create a report and then write my data from my recordsource from. Does anyone know how I would write a line in the Page Header section? I'm using MS Access 2010. here is my code for my Page Header and I want to put a line at the bottom of the Page Header: Private Sub...
  11. sharonchapman7

    use vba to create a report with a line in the Page Header section

    Hi, I am using VBA to create a report and then write my data from my recordsource from. Does anyone know how I would write a line in the Page Header section? I'm using MS Access 2010. here is my code for my Page Header and I want to put a line at the bottom of the Page Header: Private Sub...
  12. sharonchapman7

    Single user, designing module, err: database has been placed in a state by user 'Admin

    Hi, I have an MS Access 2010 database with a module called bas This module reads the fields on a Microsoft Word document and then the data is loaded to a linked SQL Server 2008 R2 table. I am currently desigining this module so I am the only user using this database. I open the MS Access...
  13. sharonchapman7

    Single user, designing module, err: database has been placed in a state by user 'Admin

    Hi, I have an MS Access 2010 database with a module called bas This module reads the fields on a Microsoft Word document and then the data is loaded to a linked SQL Server 2008 R2 table. I am currently desigining this module so I am the only user using this database. I open the MS Access...
  14. sharonchapman7

    Single User database, when desiging module get &quot;database has been placed in a state by user 'Ad

    Hi, I have an MS Access 2010 database with a module called bas This module reads the fields on a Microsoft Word document and then the data is loaded to a linked SQL Server 2008 R2 table. I am currently desigining this module so I am the only user using this database. I open the MS Access...
  15. sharonchapman7

    Filestreaming System.OutofMemoryException

    Hi, I am getting an System.OutofmemoryException when using Filestream to load zip file. the file is 521MB. My code is: //Insert using Filestream, file into SQL Server Table private void btnInsert_Click(object sender, EventArgs e) { OpenFileDialog openFileDlg = new...
  16. sharonchapman7

    odbc error 3146 with rs.update

    Hi, Using MS Access, I have a form that is based on a table called Motion_Imagery. In the VBA of this code I want to take two fields on the form and add the data in those two fields to the last record that was added to table Online_Books. When I run my code I get the error when it gets to...
  17. sharonchapman7

    in c# select sql server database based on combo box selection

    hi, I have a windows form with a combo box on it. The combo box has the words Production and Development in it. If the user selects "Production", I need my C# code to point to the Production database. If the user selects "Development", I need my C# code to point to the Development database. Can...

Part and Inventory Search

Back
Top