473,513 Members | 2,263 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Modificare un campo su pił record

Ciao a tutti,

dopo aver copiato dei record tramite una query di accodamento su una
tabello ho la necessitą di modificare un campo (che risulta vuoto) su
tutti i records spostati.
Come posso fare?
GRAZIE 1000000

Nov 13 '05 #1
1 4048
Ciao,
Parlo italiano e lavoro con MS-Access, se ti piacerebbe parlarmi, email
bc*******@haprinting.com (USA). Ci sono due mode come puo' fare questo,
ma uso:

Sub CambiareProdotti()
Dim dbs As Database
Dim qdf As QueryDef
Set dbs = OpenDatabase("Prodotti.mdb")
' Cambiare i prodotti che vuol dire bianco
' se il colore non esisto
dbs.Execute "UPDATE Prodotti " _
& "SET Colore = bianco " _
& "WHERE Colore = Null;"
dbs.Close
End Sub

g.maglio...@gmail.com wrote:
Ciao a tutti,

dopo aver copiato dei record tramite una query di accodamento su una
tabello ho la necessitą di modificare un campo (che risulta vuoto) su tutti i records spostati.
Come posso fare?
GRAZIE 1000000


Nov 13 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
31873
by: Gema | last post by:
Hola a todos, Tengo un problema, no se me ocurre como solucionarlo. Utilizo SQL Server 2000. Tengo una tabla (tblRespu) en la que quiero insertar tres valores: el primero procede de una...
15
4643
by: Steve | last post by:
I have a form with about 25 fields. In the BeforeUpdate event of the form, I have code that sets the default value of each field to its current value. For a new record, I can put the focus in any...
8
12066
by: Zlatko Matię | last post by:
There is a form (single form) and a combobox. I want that current record of the form is adjusted according to selected value in the combobox. Cuurrent record should be the same as the value in the...
1
5394
by: Scott269 | last post by:
So I've got an old MS Works database I imported into Access. I needed a primary key so I created a record number field that was just the record number I manually inserted when I entered it in the...
0
1672
by: | last post by:
Ho notato che se lascio un text box vuoto ottengo un errore in fase inserimento valori in una tabella (INSERT INTO) string IDAzienda = CodiceIns.Text; string Ragione = RagioneIns.Text; ...
0
963
by: Ste | last post by:
Grazie a tutti in anticipo. Avrei bisogno di validare la mio sito aspx in DTD HTML 4.0 Strict, solo che ho un problema perchč .net mi va ad inserire blocchi script senza l'attributo type che per...
2
2420
by: Mark Reed | last post by:
Hi All, I have created a multi-user application at work which is working perfectly apart from a small problem which I believe to more a of a user issue (maybe some will set me straight on that...
11
3623
khalidbaloch
by: khalidbaloch | last post by:
hi : all Friend i am a new member of this comunity as well in php myqsl i want learn that how to dispaly three or two record from a mysql table for example .. mysql table category has 21 columns,...
1
8196
by: Neolo | last post by:
Hola, necesito ayuda. Tengo un formulario en access 2003 y necesito hacer que al elegir en un combo la provincia me salga la lista de los municipios de esa provincia, los cuales tengo...
0
7265
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7171
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7388
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7539
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5692
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5095
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4751
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3228
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
807
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.