C
CWF
How do I write a custom query in FP 2003? For example this used to work.
INSERT INTO NewMember (FirstName, Middle, LastName) VALUES
('::FirstName::','::Middle::','::LastName::')
I don't understand KB - http://support.microsoft.com/kb/907307/
INSERT INTO NewMember (FirstName, Middle, LastName) VALUES
('::FirstName::','::Middle::','::LastName::')
I don't understand KB - http://support.microsoft.com/kb/907307/