> "Split table" may be a reference to a split form as described here under
> "What's good":
>
>
http://allenbrowne.com/Access2007.html>
> Allen describes the split form thus:
>
> "A synchronized Datasheet (for locating the record) and Form view (for
> editing.)"
>
>
> "Gina Whipp" <NotInterested[ at ]InViruses.com> wrote in message
> news:%23nJeJCsaJHA.796[ at ]TK2MSFTNGP04.phx.gbl...
>> MDS,
>>
>> Not sure I understand the Split Table but results for an If expression
>> written in a query do not automatically post to a table unless you are
>> using an update query.
>>
>> --
>> Gina Whipp
>>
>> "I feel I have been denied critical, need to know, information!" -
>> Tremors II
>>
>> "MDS_frustrated" <MDS_frustrated[ at ]discussions.microsoft.com> wrote in
>> message news:221F556C-6794-43CD-96C8-A4BA69156740[ at ]microsoft.com...
>>> Wrote an If expression in the form Access 2007. Function works in the
>>> form
>>> but the results do not appear in the associated Table from which the
>>> form was
>>> generated? The output of the IF is True = 1, and False = 0. These
>>> values
>>> work appear correctly in the Form but are absent in the Table. On
>>> generating
>>> a Split Form, the values appear both in the Form and Split Table of the
>>> Form,
>>> but again not in the original Table from which the Split generated from.
>>> Other info: Field type for the operation of the IF expression was Number
>>> (Integer); actual formula:
>>> IIF(DateX=Date();1;0). When DateX is the same as the current date, '1'
>>> is
>>> displayed in a field, otherwise '0' is shown. These two values appear as
>>> expected on the Form, but do not appear in the Table for each record
>>> generation.
>>
>>
>