![]() |
| | #1 (permalink) |
| Junior Member Casual Browser | I have a Access database. I have a field yes/no checkbox. How can I then make a page which lists say news then i can tick or untick the checkbox on my asp page then the checkboxs will update the value in my Access Database? I am using Access Database and asp pages in Macromedia Dreamweaver mx 2004. Thanks, |
| | |
| | #2 (permalink) |
| Administrator Disciple | Code: unction getCBValue(strCB) if strCB = "1" then getCBValue = 1 else getCBValue = 0 end if end function Function isChecked(x) if x = 1 then isChecked = "Checked" else isChecked = "" end if end Function Your form will look like this > Code to retrieve data from db "&getCBValue(request("display"))&")" The database column details :- Datatype = number Field size = byte default value = 0
__________________ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - A list of resources for 3D Developers To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - A list of resources for design in motion with Adobe After Effects To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - Usefully resources for freelance web developers To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - Tips and discussion about search engine optimization To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - Tutorials submitted by ny-dev members |
| | |
| | #4 (permalink) |
| Junior Member Casual Browser Join Date: Mar 2003 Age: 26
Posts: 23
![]() | Post the structure of the table in which this data is going.
__________________ Amit To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. ~~ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
| | |
| | #5 (permalink) |
| Administrator Disciple | You got that bro?
__________________ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - A list of resources for 3D Developers To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - A list of resources for design in motion with Adobe After Effects To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - Usefully resources for freelance web developers To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - Tips and discussion about search engine optimization To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - Tutorials submitted by ny-dev members |
| | |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to update multimedia audio controller driver in xp ? | Angelica | General Conversation | 0 | 05-05-2009 06:18 AM |
| Microsoft proposes piracy amnesty | SHP | General Conversation | 0 | 12-05-2004 07:49 PM |
| everybody gets cheap internet access by 2007 | danielmichel | General Conversation | 4 | 04-08-2004 02:49 AM |