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 IamaSherpa 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. avtuvy

    Problem with the conversion of XML schema to classes

    My code includes two Classes, ImmMessage and Notify, I need to add an instance of ImmMessage to Notify as shown below. classes code was generated by xsd2code which defined In class Notify element "private System.Xml.XmlElement[] anyField" and it would not accept ImmMessage which is not of the...
  2. avtuvy

    Cannot bind a memo field to a combo box

    I need to bind a combo box to a field in the database with a memo data type, using to combo box wizard I select the table and I can see all the field in the table except for the one which with a memo data type, why is that?
  3. avtuvy

    Split form, all records get the same value

    Having text boxes bound is the best solution but it causes a problem with storage of data from a combo box and I am looking for a simple solution, here is the description My application includes the following: 1. The same split form as previously described 2. several textboxes 3. Combo box...
  4. avtuvy

    Split form, all records get the same value

    I do want this feature and it makes development much easier, the problem that I have is with a combo box in my form below is the scenario: 1. Split form 2. several tgext boxes 3. one combo box 4. table_1 columns: town_id, town_name (lookup table for towns) 5. table_2 columns: col1,col2, town_id...
  5. avtuvy

    Split form, all records get the same value

    I have a split form with a query as a data source, several text boxes are bound to fields in the query. Records are displayed in a sheet form on the bottom and text boxes on the top. I am able to scroll through the records by using the arrows on the bottom of the form. Users make chnges to the...
  6. avtuvy

    Split form, all records get the same value

    my app is a front end to a SQL database and it's purpose is to allow users to manipulate data in the SQL db. The data source is a query which does a JOIN of several tables and I want to build it in a way that only when the user clicks on the submit button data will be saved. I built the first...
  7. avtuvy

    Split form, all records get the same value

    That is correct, the field is unbound and I assign a value using VBA. The reason that I am going through that excersize with VBA is that I need to set it so onle when that user clicks on a save button the data will be saved but with the default setup of the form as soon as the user exits the...
  8. avtuvy

    Split form, all records get the same value

    My Access 2007 application includes a split form, I assign a value to one of the fields in one of the records prorammatically using VBA. For some reason as soon as I do that all of the records get that value diplayed in that field, how can I fix that problem?

Part and Inventory Search

Back
Top