Search results

  1. A

    Date problem

    HI, i have a text box which should have a default value of the current date. When i put Now() in the default value of the txtbox property and format of short date it gives me the date but when i try to change the date the time appears, so instead of writing Now() i entered Date() but when...
  2. A

    update table field

    Hi, i'm not sure if i should display this q in the reports section or queries... is it possible to update a field in the table from the report or the query which generates the report? i have a field in a table which should get the date when the report is generated (the date should only be...
  3. A

    lines between columns?

    hi, i was just wondering if there is a way to seperate columns in a tabular layout report by lines?? ( i want it to look like a table) i tried putting lines from the toolbox but i get a spaces between the rows.. thankxxx
  4. A

    Variables!

    hi, i want variable that can be accessed in both main and subfrom.. what i have done is i declared my (boolean)variable in in the main form and changed it's value to 'TRUE' in the subform, then i used this value in the main form but for some reason the value gets reset to 'FALSE' is there a...
  5. A

    saving records to a temp table??

    hi, i have a form with a subform, when the user edit the data i want these records to be saved into a temporary table before editing. and when the users choose to cancel the edit i want the data from this temp table to be retreived in my fields again and saved into my actual table.. can...
  6. A

    report layout problem!

    hi... i have a report which contains several subreports. the last subreport should be viewed as landscape so i need it to be viewed in a new page. How can i do that???? i also have a second question.. when viewing the report i seem to be getting an empty page after the first page how can i get...
  7. A

    check if their is a new entry

    Hi.. I have a form with a subform where the user has to enter some data in them. when the user moves to the subform the data in the form automatically get saved in the table(you all know that i suppose). In the form i have a back button where the user is able to go back to the main form.the...
  8. A

    cancel saving record

    Hi, (this might be easy but i'm just a begginer) i have a form which has a subform in it where the user has to enter some data in both forms. i added two buttons on the form one to save and the other to cancel. my problem is i don't the proper code to cancel the data entered by the user. i...
Back
Top Bottom