Hiya all soz if this sounds stupid but I am a newbie but is it possible to break down a massive line of code into a number of lines so it can be read with ease instead of having to keep moving the scroll bar
Fanx
Hiya all
I have a form see image below:
What i want to do is set up a If statement (maybe) to ensure that when the type of transaction is "sale" it will take the quantity of the transaction in the subform and subtract it from the total of the equipment in the main form. For example if i had...
Hiya all
I have a form and on it i have a combo box from which the user has to choose a month.
The row source for the combo box is
code:--------------------------------------------------------------------------------...
Hiya fanx so far but i see one problem:
If i create a table of dates for example 2000 through to 2005 then any year after 2005 will not work.
So I thought about it and came up with this but it doesnt work. What i want it to do is get the year from the system clock and the start year is 2000...
Hiya all!
I have a form and I have a txtbox called txt_year. In this txt box I want the user to enter the year of the date in the format of yyyy eg.// 2004
How do I put validation on this txt box so that the value entered is in the format of yyyy??
Fanx all