I have a need to empty the comfirmed field.  I cannot figure our 'how' or
'if' it can be done without going to every line in the log.  Is there a way
similar to using the Reset User Checkbox flags.  My log is in a real mess
and I only want to go through it once so if I could simply empty the
comfirmed column it would be a big help.
 
Has anyone faced a similar problem? How did you resolve it?
 
Ben KB1FJ
From [EMAIL PROTECTED]  Tue Oct 31 16:29:16 2006
From: [EMAIL PROTECTED] ([EMAIL PROTECTED])
Date: Tue Oct 31 16:36:23 2006
Subject: [Dxbase] Empting the comfirmed field.
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

There are two ways to do this I think.

1. If you have MS ACCESS98 you could do a SQL update
where you would set comfirmed_field =0.  Of course I
would making a copy of your DB file and use it to play
with before you did it for real.

2. You could do a ADIF or CSV export of your whole dB
file and then use an text editor to do a search and
replace.  Again.  You need to do this with a copy of
your DB before trying it for real.

Joe K0BX

--- Ben Akins <[EMAIL PROTECTED]> wrote:

> I have a need to empty the comfirmed field.  I
> cannot figure our 'how' or
> 'if' it can be done without going to every line in
> the log.  Is there a way
> similar to using the Reset User Checkbox flags.  My
> log is in a real mess
> and I only want to go through it once so if I could
> simply empty the
> comfirmed column it would be a big help.
>  
> Has anyone faced a similar problem? How did you
> resolve it?
>  
> Ben KB1FJ
>
______________________________________________________________
> Dxbase mailing list
> Home: http://mailman.qth.net/mailman/listinfo/dxbase
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:[email protected]
> 

Reply via email to