Entering A Value

I am using VBScript - (asp pages)
I want the person to enter a Part Number into a field
Example R3HAA0001-CP
But the person may not know the whole Part Number and enter

Example 3HAA

I want to use a wild card to make sure the person gets the correct Part Number.
I want to stay on the same screen, list the Part Number and Description - now if the person doesn't know the whole number and enters only a partial - I want all of the Part Numbers that match the criteria.

View Replies


ADVERTISEMENT

Array Entering Into DB

I have two tables, one called tblManufacturers and one called tblModels. tblManufacturers is already populated but now I have to enter the following models which correspond to the ID of the manufacturer into the tblModels table. Any ideas of how I can do this. Code:

View Replies View Related

Entering Uk Date Into Sql Server

I need to create a text field so that users can enter in a specific date in uk format.

View Replies View Related

Entering Values From Array

i have my database in MS Access. a table name products contains fields:

pro_name
no_of_comp

inserting data from form where products field is mutiline text box. split this and store in array then insert records.

now i want to facilitate let user edit their data.

during editing new products are entered with no_of_comp = 1 and already exisiting products gets no_of_comp= no_of_comp + 1.

if user delete product then no_of_company = no_of_comp - 1.

what i want to do is: Code:

View Replies View Related

Entering Html Into Database

I have a database feild that I need to have html code entered into. Short of getting the clients the copy and paste code into <textarea>, is there a simple wysiwyg editor to do the job?? or another way?

View Replies View Related

Entering Data Into Access.

I am having a problem with entering long ammounts of information (roughly 400 characters) into a database. The database field is set to memo.

Seems that whenever I want to enter strange characters it gives me an error. (I need to enter strange characters for an important reason).

Also I am having some problems with using ASP on Netscape (not testing...just clients are having problems). Does anybody have an idea of whats going on??

View Replies View Related

Problem Entering The Date

i try to make three textboxes to enter the date,but the problem is , when they enter the data base they enter like this 10,12,1980. so it will not be accepted by the date field

Code:

<input type="text" name="date" size="2"> <input type="text" name="date" size="2"> <input type="text" name="date size="4">


so how could i exchange the , to / and is there a better way to do the date.

View Replies View Related

Entering Data, Spreadsheet-style

I would like to know if and how it would be possible to create an
entry-screen that allows the user to enter data in a database, using a
spreadsheet/table-like entry screen. The screen would start of having
headers for each column/field and an empty row underneath. When each column
in the row is filled in, the user must have an option to add another row.

I'm look for the code/explanation that helps me set up the entry screen, and
the ASP code to add the entered data in the database.

I can imagine that each entered row is added to the table when a new row is
added, or a button is pressed and then the screen refreshes with the newly
entered information and a new row...

View Replies View Related

Entering Data Into A RecordSet After Login?

I have a page where the user logins in and is taken to another page. On this page i want them to insert data into another table within my database.

At the moment however it just enters data into the database once. I'm assuming it�s because I don't have a recordset set up. How do get the ID of the user so that it will insert the new data into the relevant recordset.

View Replies View Related

Stop Entering Things In Form

I have a few forms and find that people are intering all sorts of information into them that we dont want. Is there a way to stop people from entering things like ()*&^%$#@!+_=><"':; and so in into the forms.

A form example on the site is basic. Something like this.

<form name="form1" method="post" action="">
<input type="text" name="textfield">
</form>

View Replies View Related

Retrive Data By Entering 2 Dates

i want to display data which is in access database and one date field, i want to show a data from date1 to from date 2.

View Replies View Related

Prevent Spammers From Entering Fake "donotreply@domain.com" Email Addresses?

i have a problem with an asp form on my workplace site. Spammers appear to be hammering it daily with requests, our form sends an automatic email, but the email addresses they enter are all fake "donotreply@whatever.com" which is causing a mountain of repeated mail delivery subsytem messages that run on for days. AVALANCHE!!!

Is there a method of blocking the text "donotreply" in email addresses via validation?

View Replies View Related

Getting Week Start Date And End Date By Entering Weeknumber

In my page i have two combobox. one for year and one for week numbers.Now my prob is

1.when i select a year from combo box 1, second combox box will display the number of weeks in that year.eg if i select 2005 it display me list from 1 to 53 as there are 53 weeks in 2005.

2.when i select a weeknumber from combobox 2 and press submit button it ll display start date and end date of entered week.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved