Thanks, this helped alot - just had to turn around my If IsNull, and 
it works now!

Thanksyou, thank you, Thank YOU!

--- In AccessDevelopers@yahoogroups.com, Jose Luis Jr Mora Jr 
<[EMAIL PROTECTED]> wrote:
>
> I'm not too familiar with VB... but I think your problem is with 
setting the value of the field.
>    
>   I believe it should be:
>    
>   Private Sub Doneby_AfterUpdate()
> If Forms![SCANFORM]!StartTime Is Null Then
>         Forms![SCANFORM]!StartTime.SetFocus
>         Forms![SCANFORM]!StartDate.Value = CStr(Date)
>         Forms![SCANFORM]!StartTime.SetFocus
>         Forms![SCANFORM]!StartTime.Value = CStr(Time)
> 
>    Else: Forms![SCANFORM]!StartTime = Not Null
>         Forms![SCANFORM]!StopDate.SetFocus
>         Forms![SCANFORM]!StopDate.Value = CStr(Date)
>         Forms![SCANFORM]!StopTime.SetFocus
>         Forms![SCANFORM]!StopTime.Value = CStr(Time)
> End If
>              
> End Sub
> 
>    
>   
> 
> brazilianbound <[EMAIL PROTECTED]> wrote:
>   Hey all!
> 
> Can someone tell me what is wrong with my IF statement - I know 
i'm 
> close but it's making me nuts.
> 
> Basically what i'm trying to do is that on After_Update, if 
Startime 
> is 
> empty, then put the time in and also the startdate.  If it is not 
> empty 
> then populate the StopTime & StopDate. - Thanks!
> 
> Private Sub Doneby_AfterUpdate()
> If Forms![SCANFORM]!StartTime Is Null Then
>         Forms![SCANFORM]!StartTime.SetFocus
>         Forms![SCANFORM]!StartDate.Text = CStr(Date)
>         Forms![SCANFORM]!StartTime.SetFocus
>         Forms![SCANFORM]!StartTime.Text = CStr(Time)
> 
>    Else: Forms![SCANFORM]!StartTime = Not Null
>         Forms![SCANFORM]!StopDate.SetFocus
>         Forms![SCANFORM]!StopDate.Text = CStr(Date)
>         Forms![SCANFORM]!StopTime.SetFocus
>         Forms![SCANFORM]!StopTime.Text = CStr(Time)
> End If
>              
> End Sub
> 
> 
> 
> 
> 
> 
> Please zip all files prior to uploading to Files section. 
> 
> 
>     
> ---------------------------------
>   YAHOO! GROUPS LINKS 
> 
>     
>     Visit your group "AccessDevelopers" on the web.
>     
>     To unsubscribe from this group, send an email to:
>  [EMAIL PROTECTED]
>     
>     Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service. 
> 
>     
> ---------------------------------
>







------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/I258zB/QnQLAA/TtwFAA/q7folB/TM
--------------------------------------------------------------------~-> 


Please zip all files prior to uploading to Files section. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AccessDevelopers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to