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
~851 People Reached
Member Avatar for sanscls

I want to update an access db with multiple records. They are property pictures. They may have the same listnumber, but all have a different ID#. There are not always a set amount of pics... may be 5 or 7 or 10, etc.. The DB fields are id, filedata (actual …

Member Avatar for iqbalhosan
0
111
Member Avatar for DannyB1982

Hey everybody. My website has some nested tables (I know, I know) that are causing some problems. They show up fine in IE, but the dimensions change somewhat in Firefox. It's a small site with only 4 pages (all accessible from the left menu bar). 3 of the pages load …

Member Avatar for MidiMagic
0
106
Member Avatar for gilsontech

HELP! I'm going crazy!!! I'm working on a new website and in dreamweaver I put a table inside a DIV area. I'm not very good with DIV fields and tables are easy to me, but not this time for some reason. As you can see in the photo below, in …

Member Avatar for MidiMagic
0
149
Member Avatar for shmay

When looking at my site through IE, my uploaded transparent PNGs always appear with a crappy background. Supposedly, from searching the web, this defect is in IE alone. Yet, some sites have images with transparent backgrounds in IE, such as [URL="http://www.mozilla.org/images/feature-new-home1.png"]Mozilla.[/URL] How do they do this? Thank you.

Member Avatar for tashakota
0
133
Member Avatar for npatel0317

I am trying to position a javascript with in my 800px container but when i try to do that the script stays outside of the container. Here is my html code for the javascript [code] <div id="hads"> <SCRIPT language="Javascript"> function image() { }; image = new image(); number = 0; …

Member Avatar for tashakota
0
98
Member Avatar for phynias

I can't figure out how to get boxes like this without images. I want to do it all with divs so any help would be appreciated. [url]http://turk-182.com/comp05.jpg[/url] so i want to be able to put the orange boxes (more like box offset by a box) in rows and boxes. so …

Member Avatar for tashakota
0
135
Member Avatar for tashakota

I have what I thought was a basic form with multiple text boxes and one select box. The form submits and info is updated in a database. However, it fails because of the select box. The select box is automatically selected to the user's organization if they have one. The …

0
49
Member Avatar for tashakota

[code]Set rstDeps = CurrentDb.OpenRecordset("SELECT Members.OrgID, Members.ID, Members.Member, Members.PrimaryRep, Members.MembershipType " _ & "FROM Members " _ & "WHERE (Members.Member=True AND Members.OrgID=" & !OrgID & " AND Members.MembershipType='" & !MembershipType & "');")[/code] This is my query in VBA in MSAccess. I just want the number of people that fall into those …

Member Avatar for tashakota
0
70