I can set up a counter to check for the first and last record but there must be a simpler way if I can get the syntax right.
something like;
If Me.current record.aclast = TRUE then...
I would like to format a field on a continuous form so that it turns red if it is > 10 and turn bold if that field has focus on the form. I can get either_or to happen but not both.
I can't seem to get the syntax right for changing a passthru SQL
query using querydef in msaccess 2000. I can use querydef to create a new query but I need to be able to modify my existing query. HELP!!! Thanks