hi,
I had add in monthly, daily and weekly calender into my form. i also link them all together. I want to store the all the appointment data, which had already key in, into SQL Server. I try to modified the codes from WinScehdule Database Demo. but, i still can't change it to store the data from Access into SQL Server. Please help me!! Is it have to add in other codes to link it? Or is there any other way to link it?
thanks.
You have to run the SQL create script that is included with the sample, comment out the '#define DATABASE_MSACCESS' preprocessor directive, and uncomment the '#define DATABASE_SQLSERVER' preprocessor directive. It might also be necessary to modify the connection string to reference the correct location.