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...
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?
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...
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...
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...
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...
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...
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?
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.