Search results

  1. P

    Report Grouping Problem

    Hey there again guys, Everything has been going great on my project (especially with you guys helping out with my mishaps!) up until the dreaded topic of reports has surfaced! The system is a basic CRM system for a friend and I need to generate a basic(ish) report. The structure is as...
  2. P

    Dlookup and change events

    Hey there guys, just having a little bit of trouble with my forms and I'm sure there isn't a big problem and was hoping one of the guru's on here would be able to lend me a hand. I have two forms, one to add a new business into the system and another which finds and edits businesses already in...
  3. P

    Launching Reports

    Hey there guys, I have been looking all through the internet and on the forums and have not been able to find a good solution for launching reports from a form. I was wondering if anyone had any guidance on what to do? So far I have a Listbox Where I have typed in the names of the reports...
  4. P

    Is there a view mode???

    Hey there all, I know there is an Add and an Edit mode in which you can open and view forms but what I really need is a form which can be opened and viewed where absolutely none of the fields can be touched or edited. I don't really want to write code based on a condition which will then go...
  5. P

    Dlookup help

    Hey there, having a bit of trouble with the Dlookup function and was wondering if any of the guru's out there could help?? The code which I am using is: Private Sub Opportunity_Id_AfterUpdate() Dim OpportunityID As Integer OpportunityID = [Forms]![frmActivity Add New]![Opportunity ID].Text...
  6. P

    What is a large access database?

    Hey there everyone, This is just for curiosities sake, what would define a large access database (how many records, tables etc)? Cheers, Andrew
  7. P

    How to alter combo box style?

    Hey there once again guys! I have some combo boxes on my form, I have them displaying everything Correctly and working well. However, I would like to remove the option to be able to actually drop down the combo box. What I mean is taking away the arrow which allows you to do so. I'm not very...
  8. P

    String concatenation and Combo boxes!

    Hey there guys, I was wondering if anyone could help me out. I'm currently working on a project and i need to concatenate 3 fields to make up the value in another text box. the three fields consist of 2 text boxes and one combo box. I am using the afterupdate event to put the strings together...
Back
Top Bottom