"New Product" Form wont open

iskov

Registered User.
Local time
Today, 14:55
Joined
Apr 1, 2015
Messages
30
Hello people,

My Database is running into a problem I cant seem to solve.

It is at the moment build upon two tables CustomerT and ProductT

I have a MainMenu->CustomerList->Customer->Produktlist

in the CustomerList I can add new Customers and their Productlist is therefore empty, when I want to add new products I get an error message, I dont know the exact translation in english "Typen Unverträglich" (See Screenshot attached)

If I press OK I get the message with Error2950 (See error2950 attached Screenshot)

The problem occurs ONLY when the list is EMPTY and not if there are products already in the list (See example attached "AddNewProducts")

I have given my database a "trusted path" and tried alot of things, none seem to work

I really hope people will take the time to try and help me out

Thanks in advance
Anders Iskov

EDIT: Opret Nyt Product means Add New Product
 

Attachments

  • error2950.PNG
    error2950.PNG
    49.7 KB · Views: 118
  • AddNewProduct.PNG
    AddNewProduct.PNG
    66.5 KB · Views: 92
  • Typen unverträglich.PNG
    Typen unverträglich.PNG
    57.3 KB · Views: 108
Type Mismatch?

It doesn't look to me, from the screenshots, that you're working with much VBA.

So my first guess is to go and look at your table's design views and make sure that any fields(that you're linking between tables) are of the same data type.
 
Type Mismatch?

It doesn't look to me, from the screenshots, that you're working with much VBA.

So my first guess is to go and look at your table's design views and make sure that any fields(that you're linking between tables) are of the same data type.

Hey Dan,

I am not sure I understand, right now the problem ONLY occurs if I just added a NEW customer and therefore the ProductList is empty and my guess it is in unclear on its path as my "New Product"-form has ProductID and CustomerID connected so it knows where its place is
 
Also I want to add, it is not a VBA coding, it is just a Makro that opens the Form, and when I close the form it adds a product to the list from the specific customer and assigns it a primary key
 
Could anyone possible help with this problem? From what I understand is that it can not specify a position as it is usually get the ProduktID<->ProduktID from the other products already loaded into the table
 
Bumping one last time for help or ideas
 
Could you post your database with some sample data, (zip it)?
 
Hello @JHB I am unfortunately not near my database currently as my laptop is not in the house. I would like to put it up as soon as it comes back. how do I put it up?
 
When you replay to a thread, scroll down a ½ page then you'll see a button "Manage Attachments", click it.
 
When you replay to a thread, scroll down a ½ page then you'll see a button "Manage Attachments", click it.

Right, got it, I will come back asap, I have a feeling the technicians will take till tomorrow though.
 
Okay - by the way are you Danish/German?
 
Okay - by the way are you Danish/German?

I am danish and is currently working on a database inspired by one I made in germany for a subsidiary, however I had alot of help with especially programming of the database hence my limited accessskills :D
 
When you replay to a thread, scroll down a ½ page then you'll see a button "Manage Attachments", click it.

Godmorgen JHB :-)

I am getting this message when trying to upload the DB

"Your submission could not be processed because a security token was missing.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error."

Hjææælp :(
 
Har du zippet filen?
Det er ikke dit netværk der er noget galt med?
Prøv at genstarte!
 
I Windows 8 - marker filen - højre klik, vælg "Send til".
Hvor stor er filen - der er en grænse på 2MB her på forummet.
 
Mit problem er egentlig at jeg har to forskellige Tabeller:

ProduktT
KundeT

Når jeg opretter en ny kunde via KundeTabelFormular og går fra den videre til ProduktTabelFormular og vil oprette nye produkter giver den et "Mismatch", så snart der er ét produkt minimum i denne tabel forsvinder problemet. Det er derfor ikke hensigtsmæssigt for enduser da jeg ikke kan forklare dem de skal ind og registrere et produkt igennem selve tabellen.
 
Hvor stor er den da?
Du kan evt. lave en kopi af den og fjerne alt det som ikke er nødvendig.
Er nok først her tilbage i eftermiddag.
 
Den er pt på 68mb, jeg ved ikke helt hvad jeg skal fjerne for at skabe så meget plads
 

Users who are viewing this thread

Back
Top Bottom