Hi,
In my form (with multiple tabs), I have a field which is indexed and does not allow duplicate data. While checking the form I found the following problem:
I entered a value in the field which already exist in the database. I then tried to save it but the database correctly warned to say that same data exists in the database.
I then tried to navigate away from the Form by deleting the value I entered...
Search Result
Collapse
6 results in 0.0037 seconds.
Keywords
Members
Tags
-
Error message for an indexed field on the Form
-
Button execution error message on Form
Hi,
I have placed a Button(Form Control) using drag drop from the design ribbon on to the Form with my Control Wizards on.
The Button is suppose to Quit the Access application when clicked.
However, when I am clicking the button on the Form View, I am receiving an error message - "You entered an expression that has an invalid reference to the property dirty".
Please note that I... -
How do i fix this error " enter parameter value"?
I have two quarries one that gives me a list of book sales(customer, quantity, book number,date) and the other gives me a list of Book Numbers and their corresponding prices. I need to create a field in the first quarry that i mentioned that will gives me cost of each customers total order.
I started by using the design view and clicking on build. I input this equation:
...Code:quaryBookCost: [Quantity]* [Books Query]![BookPri
-
display an error msg saying wrong format.
hi everybody..
i need help with my assignment.i want to display a error message saying that the user has inputed a string where an integer is needed.because when i enter "h" (for an example) in the x coordinate field the system crashes.i want to display an error message instead.
...Code:/** * A program that simulates an ant taking a step on a sheet of paper. stage 2 * * @author (safra) * @version
Last edited by Frinavale; Aug 31 '10, 06:45 PM. Reason: Please post code in [code] ... [/code] tags in the future. Added code tags. -
Problems with uploading file: Filesize is zero
Hi there,
I am pretty sure that it worked before. But now, neither on my local machine, nor on the server, it does what it is supposed to do: uploading a simple text file.
Code is as follows:
...Code:<form action="upload_CDIAC.php" method="post" enctype="multipart/form-data"> <label for="file">Filename:</label> <input type="file"
-
is there anyway to hide php error messages ?
Is there anyway to hide php error messages? Because i have in my php code error but it redirecting after 1 sec and shows my hosting path and php error number, but this error doesn't effect anything.