Search results

  1. vegemite

    Generating a project number based on other fields

    So could I use something like this. I have gotten around to most of the questions I had re this one and I feel like I am almost there I have checked and it does return the last record financial year, Im trying to get this to tell me the highgtest number in that FY 'Check the Financial year on...
  2. vegemite

    Cannot enter design view on one form

    @MajP that worked! I imported into a whole new one and it worked. There are some things broken now but I can work through them, possibly they were causing the glitch. Thank you so much everyone. I feel silly not doing that in the first place.
  3. vegemite

    Cannot enter design view on one form

    Ok so that is another weird thing I have noticed with my installation, I cannot right click on anything in the navigation panel - I was trying to rename something a while ago and it wouldnt work.
  4. vegemite

    Generating a project number based on other fields

    @MajP I am having trouble understanding this with my limited access understanding. If I already have the financial year in the table as calculating when the job opens do I need the first function? The other issue is as well is that the ID field will start again with each new FinancialYear So...
  5. vegemite

    Cannot enter design view on one form

    I think I might just get up, step backwards a few meters then run into a wall!! Urgh. I will try and see if I can use it on a completely different installation of access. Thanks @June7 & @theDBguy
  6. vegemite

    Cannot enter design view on one form

    I I cant, no. Looks like @theDBguy can however
  7. vegemite

    Cannot enter design view on one form

    So maybe something is corrupted in my version? I have tried two computers and tried to repair my access version
  8. vegemite

    Cannot enter design view on one form

    Hopefully this works
  9. vegemite

    Cannot enter design view on one form

    Ah sorry I see what you mean. Yes it does look the same.
  10. vegemite

    Cannot enter design view on one form

    No it doesnt do anything there
  11. vegemite

    Cannot enter design view on one form

    You can see the design view icon is there but when you select it nothing changes
  12. vegemite

    Cannot enter design view on one form

    Sorry it did open in layout view. Its access 2016 and Im using Windows 10 if that matters
  13. vegemite

    Cannot enter design view on one form

    Hi experts! I have one form in my database that will simply not open in design view. Any clues? All of the others will. It is a form that came from someone else but I cant see why that would be it? Thanks in advance
  14. vegemite

    Generating a project number based on other fields

    Thanks @plog I was overthinking it
  15. vegemite

    Generating a project number based on other fields

    So check the Financial year is current first, if its not just calculate the field to "1", else DMax + 1... Actually it might be easier to see if the new financial year is unique and if so start at one... Is there a way to look up that? Unfortunately the data that came across means the financial...
  16. vegemite

    Generating a project number based on other fields

    @plog if only it delivered a fine wine... It just did nothing, zip zero. You actually answered what I was going to say to @GinaWhipp I thought it would just find the Max and it could be higher in another FY, so you are saying I can do that by checking the highest number in the FY? :rolleyes:
  17. vegemite

    Generating a project number based on other fields

    This is what I have so far and it doesn't work! I still need one more field to add to the project number calculation. I am not sure if checking the prev record is right? 'Calculate fields required to generate project number Dim PrjIDNo As Single Dim FY As String 'Financial Year...
  18. vegemite

    Generating a project number based on other fields

    Thanks @GinaWhipp . The client wants the numbers to start again at the start of a new financial year (July 1 in Australia) So I cant even really use autonumber. Im thinking I need to check the FY is the same as the last record, then if it is add one to the numerical field, if not start at 1 again
Back
Top Bottom