Re: filling up blank fields



The data is separated into fields in a table which always will, either,
have all the fields or just the last one.

In the following example:

AAA BBB CCC 123
DDD EEE FFF 456
579
333
GGG HHH III 789

In this case registers which have in the last field 579 and 333 are the
ones to be updated. What I need is to "write" DDD EEE FFF into the
three separate blank (null) fields on both registers.

A register having blank (null) fields will always need to be updated
with the same information as the preceeding one.

What expression I must write on the update query in order to perform
it?

Thank you in advance!

.



Relevant Pages

  • Re: Null Range in Unconstrasined Array
    ... the procedure could be passed the bounds as separate ... parameters, in two registers. ... passed to the subprogram somehow. ... bounds will be passed separately, as Bob suggested, either by passing ...
    (comp.lang.ada)
  • Re: Difference of core registers and peripheral registers
    ... I have a query regarding the registers. ... Later models have more features. ... peripherals and added peripherals is different, ... What it means on a practical basis is that you might have separate ...
    (comp.arch.embedded)
  • Re: porting this to C#
    ... Nevermind. ... The data for 16 items was stored in 8 registers. ... into two separate two byte pairs to get the "upper and lower" values. ...
    (microsoft.public.dotnet.framework.interop)
  • Re: [GIT PULL] x86 fixes for 2.6.30-rc8
    ... The kernel will only save ... legacy floating-point registers on task switch. ... New register sets always require enabling. ... x87 and SSE are always separate. ...
    (Linux-Kernel)
  • Re: last first
    ... > i.e. smith, rhonda should equal rhonda smith. ... You should have 2 separate fields in your table. ... Then you can create an update query to separate the names into the two ...
    (microsoft.public.access.queries)