Microsoft
Software
Hardware
Network
Question : Create table for the following:
tbl_lookup_field_ticket_lo
cation_sim
s
values list in dropdown,
Canada;
US;
US and Canada;
Overseas
Answer : Create table for the following:
simple example
CREATE TABLE tbl_lookup_field_ticket_lo
cation_sim
s
(country char(50))
go
insert into tbl_lookup_field_ticket_lo
cation_sim
s (column1)
VALUES 'Canada
go
insert into tbl_lookup_field_ticket_lo
cation_sim
s (column1)
VALUES 'US'
etc
Random Solutions
WMI GPO Filters
What happened to ASP Today?
msde versions, can they co-exist? MSDE 7 & SQL Server Express 2005
Exporting to HTML from Microsoft Access 97
Transfer files and settings from old hard drive to new PC without old PC
Resend a meeting request to only one attendee who previously declined
XL: Print userform in Landscape
Tapes showing up as Unknown Media and seeing Cyclic Redundancy errors in event log
free an simple shopping cart for dreamweaver 8?
Recordset Clone problem