Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #3K
~8K People Reached
About Me

Software Developer / Engineer

21 Posted Topics

Member Avatar for SimonIoa

You cannot make a gradiant using 'color' - it can only have a single value. You need to use 'background. Have a look at https://codepen.io/cathydutton/pen/dPPpWj.. Or just Google 'CSS Gradiant' to get a list of online gradiant generators.

Member Avatar for SkinHead
0
4K
Member Avatar for matale

No, Not Always. If The Diagram Is Getting Messy, Then It Points Towards The Database Design Needing A Look At. I've Checked Out The Sample Pic & My Thought Is That There's A Lot Of Pairings Of Player_ID & Team_ID. Maybe A Seperate Table With These Two In Would Rationalise …

Member Avatar for Leonarda
0
231
Member Avatar for eyad212

Straight From MSDN :- Control.TabIndex - Gets or sets the tab order of the control within its container. [B]Namespace:[/B] System.Windows.Forms Control.TabStop - Gets or sets a value indicating whether the user can give the focus to this control using the TAB key. [B]Namespace:[/B] System.Windows.Forms For a control to be included …

Member Avatar for trpsjt2008
0
781
Member Avatar for ReeciePoo
Member Avatar for reeturaj
0
339
Member Avatar for Mohit Garg

You Can't Install SQL Server 2000 Standard On XP Pro Either. You Must Use SQL Server 2000 Desktop (Personal) Edition

Member Avatar for rfmoore
0
170
Member Avatar for Vaishali Chavda

There Appears To Be Some Confusion. The Server Name That You Are Being Asked For Is NOT Necessarily The Name Of Your PC. It Is The Instance Name Of The SQL Server Installation. NOTE: You Can Have Multiple Installations Of SQL Server On The Same Machine What Version Of SQL …

Member Avatar for gau_1982
0
119
Member Avatar for Prozeen

You're Having A Laugh.....Surely ! If You Really..REALLY Don't Know How To Do This, Then Send Info On : 1. Why It Appears You're Using Dynamically Generated Labels 2. Where The Integer Assignements Come From (Random !, Database etc)

Member Avatar for Prozeen
0
441
Member Avatar for claptrap

If Your Experience With Databases Is As Limited As You Say, It Seems Your Rather Jumping In @ The Deep End. Maybe Focusing On Some Of The Fundamentals Will Provide A Better Starting Point. There's Umpteen Books For Database Beginners (Amazon.com) Google "Database Design" For Lots Of Useful Info & …

Member Avatar for claptrap
0
125
Member Avatar for lsy

Where Is The Formatting Taking Place - SQL ? FORMAT Is A (Among Other Things) A VB/VBA Command - NOT SQL Regardless Of This, 31st Dec Is the 1st (Or 2nd Day In A Leap Year) Day In The 53rd Week. 52 * 7 = 364 You Say You Want …

Member Avatar for morgan9
0
100
Member Avatar for dudegio

It Would Help If You Gave The Table Information & Your Attempts @ Joining Them. Then I Could Suggest A Course Of Action.

Member Avatar for SkinHead
0
71
Member Avatar for carmaniac

You Can't Embed Software Into A SQL Table Field !! Do You Mean Put The Human-Readable Form Of A Barcode Into A Field That Can Then Be Extracted To Send To A Barcode-Printer ? I've Used The Protocols Provided By Barcode/Label Printers Within VB6 App To Generate Barcode Labels.

Member Avatar for SkinHead
0
86
Member Avatar for w00dy

I Don't Think There's A Built In Function Specifically To Change The Base. The DIV & MOD Function May Help. Without Some Fancy Maths, Use These Functions To Create A String & Then Use The VAL Function. To Add 1 To A Number In Base 6, You'd Have To Translate …

Member Avatar for SkinHead
0
134
Member Avatar for kinchesskin

You Say Something SEEMS Wrong. Did You Get A Runtime Error ? If So, What Was It. It's Been A While Since I Did Any VB, So Someone Will Correct Me If I'm Wrong..... There's Nothing Wrong With ck_chick.Value = 0. Check Boxes, Radio Buttons And A Host Of Other …

Member Avatar for ~Paul~
0
393
Member Avatar for comp_sci11

Really, If You Just Google "Access Expression Builder" You Get Lots Of Useful Stuff. However, As It's A Quickie. I Generated A Table (tblPerson) With FirstName, LastName & DOB. To Get The Ages Of The People, Use [code] SELECT szFirstName AS 'First Name', szLastName AS 'Last Name' [COLOR=red]DateDiff[/COLOR]('yyyy', tblPerson.dtBirth, Now() …

Member Avatar for comp_sci11
0
152
Member Avatar for rado

It's Not Too Clear What You Want. 1. A Query That Gives You Rows Where id1<id2 ? 2. A Query That Gives You Rows Where id2<id1 ? You Mentioned Temporary Tables, So Either You're Making Things Too Complicated Or I'm Completely Missing The Point !

Member Avatar for cfAllie
0
125
Member Avatar for gurusamy

Yes, But You're Better Off Checking It Out For Yourself ! Just Try Google "Temp Table" !

Member Avatar for SkinHead
0
87
Member Avatar for reZo

It Seems You Want 'comment_mreference' To Mean Two Different Things. Why Bother. Add An Extra Field Into tblRegister register_type (0=Admin, 1=Guest etc) Also Include Administrators As Registered Users. Don't Make Administrators An Exception That You Have To Work Around. Incorporate Them As If They Were Just Another User.

Member Avatar for SkinHead
0
145
Member Avatar for mandy2612

Hey, I've Attached The Relationship Diagram. It Might Not Mean Very Much Without The Table Contents To Flesh It Out. But I'll Get To That Soon. How Much Detail Do You Want To Go Into With The SQL. I'm Writing Stored Procedures & Functions To : Manage Staff (Add, Change, …

Member Avatar for SkinHead
0
191
Member Avatar for FIRE

First Off, If You Haven't Already Got A RDMS (Relational Database Management System) You Need Something Like Microsoft SQL Server Express. It's Free & Downloadable From [URL]http://msdn.microsoft.com/vstudio/express/sql/[/URL] It's Not Clear How Much Database Experience You Have, But Try Google "Database Design" - There's Plenty Of Links That Will You Guidance …

Member Avatar for SkinHead
0
97
Member Avatar for mstester

First & Foremost, Why On Earth Would You Want To Monitor Changes (Inserts, Updates, Deletes, Create Tables !) In The WHOLE Database ? What Programming Environment Are You Writing Your Application In ? VB6 / VB.NET /C# etc If The RDMS Is Oracle Or SQL Server 2005 (Standard) I Believe …

Member Avatar for SkinHead
0
175
Member Avatar for sravani

Please Tell Me You've Sorted This By Now. Try An Embedded Connection String ! Google "database connection strings" For Details

Member Avatar for SkinHead
0
99

The End.