The code was to check the date with previous data.
The problem with the date calendar control is that if you select a date it is moved into the form but you still have to hit return.
I will put code elsewhere.
Thanks
Just had a thought.
When you enter the date of course you see it and hit enter.
With the calendar control you see it on the form and its only when you go to another control is then updated.
It might have to be the next control that executes the code.
HI guys
ver 2010
I have a form with a date field with the calendar control.
The after update event simply uses msg to show the value in the date field.
If I select a date from the calendar the msg shows nothing , although the field on the form is correct
If I enter the date everything works...
The form I was using was copied from another db and the field names were slightly different than used in the sql, only slightly different but enough.
My problem was assuming something without proper investigation.
You guys sending your sql examples made me look further. Thanks
update problem
access 10 running as 2007 mdb
attached sql view of update query
UPDATE DiveRecords SET DiveRecords.Patient1Name = [Forms]![updatechangesdives]![nametouse]
WHERE (((DiveRecords.Patient1Name)=[Forms]![updatechangesdives]![orgname]));
I am trying to change the field I am...
Thanks for the reply
There is no further query, I just wanted to select data from a form but the date field (epr2) doesn't show although the other two do.
It seems to be a problem with the date field.
Eventually I wanted to use this data in an append query, I just used the select to test my logic.
I am trying to create a simple select query with data on a form, all ok apart from a date field which is on the form but does not display on the query ???
beaten !!!
SELECT [Forms]![frmCreateDayApptsSTARTA]![Therapist] AS Expr1, [Forms]![frmCreateDayApptsSTARTA]![dayinweek] AS Expr3...
Hi people
I am new to php, attempting to take an access db to the web ???
I seem to be unable to create a drop down list that has two columns 'membershipid,surname'.
The first column is what I need to pass to the next procedure.
I apologise if I am being stupid but I don't seem to find any...
possibly moving access to sql and php
first attempt to list table with blanks in field names
ok on select but what about the echo !!
<html>
<head><title>MySQL Table List</title></head><body>
<?php
$servername = "localhost";
$username = "root";
$password = "";
$dbname = "members";
// Create...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.