cb@chrisb.eu
Registered User.
- Local time
- Today, 20:26
- Joined
- Mar 26, 2009
- Messages
- 40
Hi.
SELECT * FROM [Patient Details] where [Life Status] = "Deceased"
COPY INTO [Deceased Patients]
Delete * from [Patient Details] where [Life Status] = "Deceased"
Access says missing operator. Any idea which one?
SELECT * FROM [Patient Details] where [Life Status] = "Deceased"
COPY INTO [Deceased Patients]
Delete * from [Patient Details] where [Life Status] = "Deceased"
Access says missing operator. Any idea which one?