Search results

  1. still_rookie

    form fields do not update

    Hey guys.. the fields in my form don't update for some odd reason. i tried making another form and it works fine there. But i want these fields to be enabled on the current form because it will be the main menu and i want it to be there already. the record source is fine, all the properties...
  2. still_rookie

    Create report from form

    Hey guys, Any way in which i can create a report from a form ???
  3. still_rookie

    Updating Records in Form

    Hey guys.. For some reason, after i added new records to my table, the fields on my form don't update... :confused: .. any idea why and how i can solve this problem ? any help will be appriciated.
  4. still_rookie

    easy question, but hard to figure it out lol

    Hey guys, this may seem unprofessional but anyway.. does anyone know how to DELETE one or more realtionships ?? :o
  5. still_rookie

    Prevent the user from editing records

    Hey guys.. is there any way in which i can prevent the user operating a form from adding or deleting or editing any records ?
  6. still_rookie

    pseudo-code

    hey there.. how do i write , or atlease start writing a "pseudo-code" for this database ??? i have no freaking idea how to write it... but im writing it cuz of my "school project" im sorry i posted this here.. but i ddnt know which other forum here would be suitable thanks for your time guys..
  7. still_rookie

    move records

    is there a way by which i can move one or more records from one form to another when clicked on the 'YES/NO' button ??? :confused: thanks in advance.
  8. still_rookie

    Help...

    Ok here's my worry. I thought about this but couldn't get to a conclusion on how to do it. My database is about car pooling system, so i want 2 forms, to check 1 or more car in and to check 1 or more car out. When i check a car out, it should update the other form (check cars in) and also this...
  9. still_rookie

    check box

    Hey guys.. I was working on my project again as usual, which is about transaction of cars coming in and going out (car pool system), So i created a table then a form for this. In the table, i put the option of 'Yes/No'. So, for the form, i want to create a search system which will include a...
  10. still_rookie

    query editor

    how can i make a query editor generate an SQL code which i can later insert into the Row Source of a combo box ? thnks
  11. still_rookie

    combo box

    hey guys.. anyway i can add forms to a combo box, and then program it through VB or something to open the form clicked on?
  12. still_rookie

    Sub Error

    help.. This is my visual basic code for access... But there is somin wrong, it keeps giving me an error with the line in red... Private Sub Command2_Click() Frame0.Visible = True Command15.Visible = True End Sub Private Sub Command15_Click() If Option3.Value = True Then Accidents.Show End If...
  13. still_rookie

    Command Button

    hey guys... is there a VB code by which i can tell a command button to add a new record in a specific table ???
  14. still_rookie

    how to create users in form

    hey guys, i just needed a guide on how to create a form with different users in it. also, is there a way in which i can create a button that will open the wizard to create a report ?? [guess wat, no deadline.... but that doesn't mean dont answer ;) ] hope a reply soon.. thanks in advance.
  15. still_rookie

    HELP (urgent)

    Hi guys, im doing a project now, where i have to estimate the service due of cars. For this i need to put a count down timer in one of my FORMS and also REPORTS(sorry about posting about reports in this section but i ddnt want to post twice :rolleyes: but will do if necessary)... i searched a...
Top Bottom