Search Results

Showing results 1 to 15 of 15
Search took 0.01 seconds.
Search: Posts Made By: buddylee17 ; Forum: MS Access and FileMaker Pro and child forums
Forum: MS Access and FileMaker Pro Oct 11th, 2008
Replies: 1
Views: 1,306
Posted By buddylee17
Make a backup! (Copy, paste, rename "backup.mdb")

As far as the migration goes, use the Microsoft Upsizing Wizard (http://support.microsoft.com/default.aspx/kb/237980) or SQL Server Migration for...
Forum: MS Access and FileMaker Pro Oct 5th, 2008
Replies: 8
Views: 15,823
Posted By buddylee17
Make the exe in Visual Studio. Access is a desktop database platform, not a software developing platform.
Forum: MS Access and FileMaker Pro Sep 8th, 2008
Replies: 1
Views: 654
Posted By buddylee17
You could write a batch file to copy the db into a backup folder. Then use Scheduled Tasks to run the script daily or weekly or how ever often you need it to run.
Forum: MS Access and FileMaker Pro Sep 5th, 2008
Replies: 2
Views: 2,664
Posted By buddylee17
What server language will you be using (php, asp, jsp, coldfusion...)?
Forum: MS Access and FileMaker Pro Sep 2nd, 2008
Replies: 1
Views: 838
Posted By buddylee17
Use the asterisk for the wildcard:SELECT *
FROM report
WHERE product_no like 't*';
Forum: MS Access and FileMaker Pro Aug 8th, 2008
Replies: 2
Views: 2,916
Posted By buddylee17
You can use VBA (http://www.databasejournal.com/features/msaccess/article.php/3077791) to remove duplicates or export it to excel and click data->remove duplicates, then reimport.
Forum: MS Access and FileMaker Pro Aug 5th, 2008
Replies: 2
Views: 901
Posted By buddylee17
Also, see http://www.daniweb.com/forums/thread136175.html on how to set up the connection string for accdb.
Forum: MS Access and FileMaker Pro Jul 30th, 2008
Replies: 1
Views: 1,164
Posted By buddylee17
Yes, Access can communicate with asp, asp.net, php, jsp, and coldfusion. Figure out which one's your web server supports and move forward from there. Also, Access may not be enough for the job. It...
Forum: MS Access and FileMaker Pro Jul 14th, 2008
Replies: 4
Views: 1,012
Posted By buddylee17
This will only work locally (and may not work at all). I have only got this to work on XP-Professional. Go to Control Panel->Administrative Tools. You may have to click Switch to Classic View to...
Forum: MS Access and FileMaker Pro Jul 11th, 2008
Replies: 2
Views: 2,853
Posted By buddylee17
Save the union query. Create a new create table query that uses the union you just created.
Forum: MS Access and FileMaker Pro Jul 7th, 2008
Replies: 5
Views: 2,846
Posted By buddylee17
I would go with PHP and MySQL, however it's all up to you. PHP and Access will work fine as long as the site doesn't receive a lot of traffic.
Forum: MS Access and FileMaker Pro Jul 2nd, 2008
Replies: 5
Views: 2,846
Posted By buddylee17
Connecting to access with php is very simple. You will need to be able to access the IIS control panel to set things up. Otherwise you need to talk to the server admin to set an ODBC Connection for...
Forum: MS Access and FileMaker Pro May 23rd, 2008
Replies: 3
Views: 908
Posted By buddylee17
Yes. You'll need some JavaScript and a server side script like PHP, ASP, JSP, or ColdFusion.
The form field will populate using an onclick event. You could also incorporate an xmlhttprequest (AJAX)...
Forum: MS Access and FileMaker Pro Apr 22nd, 2008
Replies: 4
Views: 941
Posted By buddylee17
We need to know more about your situation. Be more specific in regards to what language you are using to communicate between the form and access.
Forum: MS Access and FileMaker Pro Apr 22nd, 2008
Replies: 4
Views: 4,686
Posted By buddylee17
UPDATE Table SET HomePhone=MobilePhone WHERE (HomePhone) Is null;
Showing results 1 to 15 of 15

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC