Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~547 People Reached
Favorite Forums
Favorite Tags
Member Avatar for kaden712

Hi Please can some one help me urgently with this I have the following code <% Dim productColors, myString, myArray myString = (prodRS.Fields.Item("prodColor").Value) myArray = Split(myString,",") Dim counter for counter = 0 to UBound(myArray) productColors = (myArray(counter)) Next %> Which works as intended in splitting the string What I now …

0
76
Member Avatar for kaden712

Hi Can anyone tell me if the following is possible and how I would do it I have an Access Database with a Table called tblProducts and a Field called prodColors On my web admin page I have created a list of checkboxes with the various color options as checkboxes. …

Member Avatar for chsab420
0
86
Member Avatar for kaden712

Hi I am trying to achieve the following; display registered users birthdays in chronilogical month order where the date is greater than the current date - (only top 5) for this I have created the following SQL query in my recordset [CODE]SELECT TOP 5 firstName, surName, dob FROM tblUsers WHERE …

Member Avatar for jess
0
238
Member Avatar for kaden712

I am using ASP with MS Access Database to create a photo album there are two tables in the database tblGallery and tblPics each table has the following columns tblGallery = [galleryID] [galleryName] [galleryDate] tblPics = [picID] [picCat] [picName] tblGallery.galleryID = tblPics.picCat in order to create a relational Database and …

Member Avatar for nrvinayak
0
147