Re: Selecting from combobox... read only
Tech-Archive recommends: Speed Up your PC by fixing your registry
On 25 Jul 2005 08:44:04 -0700, "Doraemon" <johndchudzik@xxxxxxxx>
wrote:
>I have a combobox on a form with a list of users. I want a user to be
>able to select his/her name and then type in a password which to open
>another form. The problem is that when they select their name, it's
>updating the database and replacing the initial name on the start up of
>the form with the name they select. How can I change it so that they
>can still select their name, but it's not updating the database?
Make it an Unbound combo box: view its properties in form design mode,
and blank out its Control Source property.
John W. Vinson[MVP]
.
Relevant Pages
- Selecting from combobox... read only
... I have a combobox on a form with a list of users. ... but it's not updating the database? ... Prev by Date: ... (microsoft.public.access.forms) - Re: Selecting from combobox... read only
... Doraemon wrote: ... > they can still select their name, but it's not updating the database? ... The Form and/or the ComboBox should not be bound (blank RecordSource for the ... (microsoft.public.access.forms) - Updating dataset and database with form that has DataBindings Problem
... I have a problem with updating records in a dataset to a database (MS ... I have a windows form with a combobox that lists the names of all the ... tbFirstName.DataBindings.Add("Text", clientDataSet, "ClientName.FirstName"); ... I'm not sure if it's due to the Databindings that are updating the dataset ... (microsoft.public.dotnet.framework.adonet) - Re: datagrid update command
... -i display it on a textbox on the form b4 updating the dataset ... >> hi sir ... > always cause error says that CType is not defined inmy namespace, ... > how can i update the database or the dataset without knowing the value ... (microsoft.public.dotnet.framework.aspnet) - Re: Looping through a datagrid
... updating of the data when the request is posted back to the server. ... This is my> first attempt at creating a working Datagrid and having it update to a> database. ... I have> made some fields in the grid editable and want those changes to hit the> database at the same time with an update button that I have at the bottom of> the grid. ... >> Why would you loop through a data grid? ... (microsoft.public.dotnet.languages.csharp) |
|