R
raylopez99
Two questions in one:
http://allenbrowne.com/ser-58.html has an example on an improved
lookup table. I'd like to know how in the SQL query "[Enter Bracket]"
is implimented--is this in an Event Procedure, and how exactly (what
syntax) is this done? A more complete example would be appreciated
SELECT Rate FROM Bracket WHERE [Enter Bracket:] BETWEEN
BracketLow and BracketHigh
Second question:
How can you spot whether redundant data has been entered into a
textbox (or a group of textboxes)? One solution that occurred to me
would be to store each value of a textbox or group of textboxes, as
the data is entered, into a table or file, then check as each new
data is entered against the lookup table. Another would be to write a
SQL query to check if more than one hit occurs--but can anybody
provide complete code for this? (for my library)
Thanks! If I could pay you I would!
RL
http://allenbrowne.com/ser-58.html has an example on an improved
lookup table. I'd like to know how in the SQL query "[Enter Bracket]"
is implimented--is this in an Event Procedure, and how exactly (what
syntax) is this done? A more complete example would be appreciated
SELECT Rate FROM Bracket WHERE [Enter Bracket:] BETWEEN
BracketLow and BracketHigh
Second question:
How can you spot whether redundant data has been entered into a
textbox (or a group of textboxes)? One solution that occurred to me
would be to store each value of a textbox or group of textboxes, as
the data is entered, into a table or file, then check as each new
data is entered against the lookup table. Another would be to write a
SQL query to check if more than one hit occurs--but can anybody
provide complete code for this? (for my library)
Thanks! If I could pay you I would!
RL